pm2 start production cli
pm2 start npm --name namacustom -- start -- -p 2000 or could be pm2 start "npm run dev" --name myAppName
Danang Setya Pramana - Working Memory
This is my working memory when i forgot some command and some code for my work
pm2 start npm --name namacustom -- start -- -p 2000 or could be pm2 start "npm run dev" --name myAppName