keymetrics / doc-pm2

DEPRECATED
28 stars 66 forks source link

Development Tools | Guide | PM2 Documentation #174

Open rmonnier9 opened 6 years ago

rmonnier9 commented 6 years ago

https://pm2.io/doc/en/runtime/guide/development-tools/

PM2 - Guide, References, Tutorials and Best Practices about PM2 and Node.js.

vincenzo commented 6 years ago

Whatever I pass to --ignore-watch whether it's a regex of a path, it has no effect whatsoever. I am doing this passing the option on the command line. And that's the way I want and need to do it.

AlistairHardy commented 6 years ago

With pm2-dev, I'd like it to be possible where if the app crash's, don't spam restart it as it can be really hard to read the error output when it starts looping. Instead, wait for change before restarting. Is this possible?