Closed glebec closed 6 years ago
When running npm run start-dev, saving a client-side file causes nodemon to restart the server, even though at first glance, the script is set up to only restart when server changes occur. This should be debugged and fixed.
npm run start-dev
nodemon
server
When running
npm run start-dev
, saving a client-side file causesnodemon
to restart the server, even though at first glance, the script is set up to only restart whenserver
changes occur. This should be debugged and fixed.