You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project uses nodemon module, but I dont undestand how to use it correctly in dev process. Nodemon tracks /bin folder which is generated from /src when starting npm. So when I make changes to src nodemon doesnt restart server. It restarts only when I make changes to bin, but it makes no sense.
What is the right way to run server so it would handle changes to src and apply them without manual restarting npm after every changes of sources?
The text was updated successfully, but these errors were encountered:
Thanks for answer, @abalabahaha But I'm quite unfamiliar with that gulp thing. Is there any easy way to fix it? Or probably I would set project to run directly from src?:)
This project uses nodemon module, but I dont undestand how to use it correctly in dev process. Nodemon tracks /bin folder which is generated from /src when starting npm. So when I make changes to src nodemon doesnt restart server. It restarts only when I make changes to bin, but it makes no sense.
What is the right way to run server so it would handle changes to src and apply them without manual restarting npm after every changes of sources?
The text was updated successfully, but these errors were encountered: