A web app I am writing in JavaScript using node.js. I use Foreman, but I don\'t want to manually restart the server every time I change my code. Can I tell Foreman to reload
You can use rerun for this purpose
You might implement just 2 commands for this:
Then rerun will automatically restart process after any change in your files.