Commit Graph

2 Commits

Author SHA1 Message Date
ruinivist 6044f8da7c feat: Use Vite for client code splitting
Replaced Bun's client bundler with Vite to fix code splitting issues.
Extracted React and Excalidraw into their own manual chunks to prevent
the monolithic 7MB index.js from blocking rendering. FCP decreased
significantly since browsers can now cache these chunks independently.
2026-05-30 18:02:32 +00:00
ruinivist 1eb5350d09 init 2026-05-24 15:32:36 +00:00