Problem
Vite dev server (port 5173) has crashed multiple times during development. Luna has to report it before we notice.
Solution
Options:
- Use
pm2 or a simple bash loop for process supervision
- Add health check to heartbeat
- Long-term: serve built frontend from the server process (no separate Vite)
Acceptance Criteria
Problem
Vite dev server (port 5173) has crashed multiple times during development. Luna has to report it before we notice.
Solution
Options:
pm2or a simple bash loop for process supervisionAcceptance Criteria