multica/apps
Naiyuan Qing 2269677ded fix(desktop): restructure to standard electron-vite layout for HMR
- Move renderer files to src/renderer/src/ (electron-vite standard)
- Move index.html to src/renderer/
- Remove root: '.' config that broke HMR
- Use ELECTRON_RENDERER_URL instead of VITE_DEV_SERVER_URL
- Update tsconfig paths for new structure

This fixes hot module replacement not working after the monorepo
restructure. The previous non-standard directory layout with root: '.'
caused electron-vite's HMR to fail silently.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-10 22:03:18 +08:00
..
cli fix(cli): use @multica/core imports instead of relative paths 2026-02-10 18:23:32 +08:00
desktop fix(desktop): restructure to standard electron-vite layout for HMR 2026-02-10 22:03:18 +08:00
gateway refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00
mobile feat(mobile): 移动端初始化 2026-02-03 16:39:53 +08:00
server refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00
web refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00