https://github.com/isaacs/node-supervisor
I want to watch everything inside the "api" directory and all its subdirectories (recursively). How can I do that?
sudo supervisor -w app.js,api app.js
This doesn't seem to work. It only watches the "api" directory, not its subdirectories.
I just watch all extensions I'm using:
supervisor -e 'js|ejs|less' app.js
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With