Skip to content
SonickSeven edited this page Nov 28, 2019 · 3 revisions

Welcome to the node-supervisor wiki!

Ignore folder "public" changes of JS in the watch

supervisor -i ./public app.js

Ignore folders "public" and "assets" changes of JS in the watch

supervisor -i ./public,./assets app.js

No restart node when code have errors

supervisor -i ./public -n error app.js