pm2 명령어
@ start
pm2 start npm --name "pm2name" -- start
@ stop
pm2 stop [pm2Id]
@ delete
pm2 delete [pm2Id]
@ all delete
pm2 kill