Answers for "how to start pm2 with npm script"

4

pm2 to start npm run dev

pm2 start "npm run dev" --name myAppName
Posted by: Guest on November-19-2020
1

node server start using pm2

pm2 start app.js -o "/dev/null" -e "/dev/null"
Posted by: Guest on June-02-2021

Browse Popular Code Answers by Language