cheatcode / joystick

A full-stack JavaScript framework for building stable, easy-to-maintain apps and websites.
https://cheatcode.co/joystick
Other
209 stars 11 forks source link

Do we need to restart the server? #357

Closed rglover closed 5 months ago

rglover commented 11 months ago

Dumb question but realizing that server restarts are happening for all changes, when really they should be isolated to only restarting relative to the server (e.g., index.server.js, lib/node, api, etc).

This would enable rapid UI development in conjunction with the existing HMR stuff as the UI files are loaded on-the-fly anyways.