Ejemplo: iniciar detener reiniciar pm2
pm2 start app.js --name "my-api"
pm2 start web.js --name "web-interface"
pm2 stop web-interface
pm3 restart web-interface
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)
pm2 start app.js --name "my-api"
pm2 start web.js --name "web-interface"
pm2 stop web-interface
pm3 restart web-interface