Is there a way for pm2 to run an npm start script or do you just have to run pm2 start app.js
pm2 start app.js
So in development
npm start
pm2 start ./bin/www
can running
if you wanna multiple server deploy you can do that. instead of pm2 start npm -- start