fix: prebundle deps before loading electron app #254

Merged
talksik merged 1 commits from fix-unoptimized-deps-error into main 2026-06-09 18:11:01 +00:00

1 Commits

Author SHA1 Message Date
Arjun Patel cf9c272df7 fix: prebundle deps before loading electron app
Electron Forge restarts the renderer process without fully restarting the Vite dev server, so the browser gets a fresh page with a new hash but the Vite server still has the old pre-bundle cache — mismatch causes the 504 outdated error every other time we launch.
2026-06-09 11:05:54 -07:00