Here is a quick cheat sheet of pm2 commands:- Installing pm2 npm install pm2 -g Start and name a process pm2 start app.js --name myApp Start and auto-restart on file change pm2 start app.js --watch List apps pm2 list /*Shows all the processes*/ pm2 p...
blog.ipseeta.dev1 min read
No responses yet.