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.
This commit is contained in:
ruinivist
2026-05-30 17:59:06 +00:00
parent be361e3896
commit 7bfa1051c3
21 changed files with 4 additions and 1797 deletions
-1
View File
@@ -35,4 +35,3 @@ report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json
.DS_Store
PLAN.md
bun-repro-dir/