Commit Graph

18 Commits

Author SHA1 Message Date
ruinivist 14bef2e633 chore: bare minimum standalone repro for bun splitting bug
Removes all server-side code, tests, CI pipelines, Docker config, extra CSS, sidebars, and documentation files to provide a bare-minimum reproduction environment.

Modifies `App.tsx` to just eagerly load and render `<Excalidraw />`. Modifies `package.json` to only contain a basic build command to reproduce the bug where Bun injects a dynamic chunk rather than the entrypoint chunk.
2026-05-30 18:15:27 +00:00
ruinivist 7bfa1051c3 chore: strip repository to provide a minimal reproduction of bun code splitting bug
Removes all server-side code, tests, CI pipelines, Docker config, extra CSS, and sidebar logic. Modifies `App.tsx` to just eagerly load and render `<Excalidraw />`. Modifies `package.json` to only contain a basic build command to reproduce the bug where Bun injects a dynamic chunk rather than the entrypoint chunk.
2026-05-30 17:59:06 +00:00
ruinivist 7e0ec4b1c4 fix: remove broken code splitting 2026-05-30 17:15:39 +00:00
ruinivist 9ba2d91d05 feat: use caddy to serve static bundles to reduce manually reinventing it all in bun server 2026-05-30 16:23:38 +00:00
ruinivist e61d7c9cbd fix: serve brotli-only prod assets 2026-05-30 13:57:30 +00:00
ruinivist af6d70fe6e fix: change default bind to be localhost 2026-05-26 20:15:26 +00:00
ruinivist b634519d6e fix: container js/css resolution path 2026-05-26 19:33:30 +00:00
ruinivist 658edf5d16 fix: align sidebar toggle size 2026-05-24 23:24:41 +02:00
ruinivist 55b908ff24 fix: align file rows 2026-05-24 23:18:16 +02:00
ruinivist 098f817d6e fix: align sidebar controls 2026-05-24 23:10:14 +02:00
ruinivist c82f841ba3 chore: rename app title 2026-05-24 23:01:07 +02:00
ruinivist 817bd741a8 refactor: remove sidebar exports 2026-05-24 22:57:44 +02:00
ruinivist 44b2f599e6 style: align sidebar typography 2026-05-24 22:55:30 +02:00
ruinivist 150cb0de13 feat: theme-aware custom controls 2026-05-24 22:35:46 +02:00
ruinivist b475189598 feat: refine mobile drawer trigger 2026-05-24 22:17:26 +02:00
ruinivist ebd283627e chore: remove save status indicator 2026-05-24 19:05:23 +00:00
ruinivist 1e022efa1d feat: dark mode by default 2026-05-24 18:36:09 +00:00
ruinivist 1eb5350d09 init 2026-05-24 15:32:36 +00:00