Commit Graph

2 Commits

Author SHA1 Message Date
ruinivist 17d01aff21 fix: properly bundle and cache frontend assets
- Build frontend assets natively with Bun to dist/public/ via `src/index.html` entrypoint
- Serve static assets in production with `Cache-Control: public, max-age=31536000, immutable` caching headers
- Preserve native `bun run dev` routing for seamless HMR by retaining development mode conditions in the server router
- Exclude `index.html` from long-term cache headers to allow for production updates
2026-05-29 18:14:25 +00:00
ruinivist 1eb5350d09 init 2026-05-24 15:32:36 +00:00