Files
romm/frontend
Georges-Antoine Assi 4fa46617a4 Exclude served resources from Vite dev watcher
frontend/assets/romm/resources is a symlink into the user's library
(covers, screenshots). Vite's root is frontend/, so chokidar follows the
symlink and tries to watch every file under it. With a large library
(hundreds of thousands of asset files) this exhausts the Node heap and
the dev server crashes with "JavaScript heap out of memory".

Ignore that tree in server.watch; it holds served assets that never need
HMR.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-23 20:58:56 -04:00
..
2026-06-22 10:06:03 -04:00
2026-04-05 17:57:48 -04:00
2026-06-23 11:36:25 -04:00
2026-05-30 20:53:52 -04:00