mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-11 21:57:14 +03:00
The serveGenerated() approach for index.html served raw HTML, which broke bare module specifiers (import "motion") that Bun's HTML import bundler normally resolves. Restore the static import pattern. The live mode's auto-reload fallback still works for HMR-capable dev servers (Vite, Next.js). For Bun's serve() with static HTML imports, the dev server needs a restart to pick up HTML changes. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>