pm2 start app.js --watch # 实时监控app.js的方式启动,当app.js文件有变动时,pm2会自动reload ... pm2 list # 列表PM2 启动的所有的应用程序.
確定! 回上一頁