3 Commits

Author SHA1 Message Date
ede906ed3a fix: update nodemon.json to watch client/src and run full build 2026-02-21 18:35:24 +00:00
SAAC Daemon
3d33977471 Fix hot-reload: nodemon only restarts backend (1-2s), client builds separately 2026-02-18 18:27:53 +01:00
SAAC Daemon
bb1a05af07 Add nodemon.json for full hot-reload (backend + frontend)
nodemon now watches both server.js and client/src/. On any change,
it rebuilds the React app and restarts Express — so git push makes
both backend AND frontend changes visible on the hot domain.

- dev script simplified to "nodemon" (reads nodemon.json config)
- dev:local added for human developers who want Vite HMR
2026-02-18 16:48:02 +01:00