安装: yarn global add pm2 ... npm install pm2 -g # 命令行安装pm2 $ pm2 start app.js -i 4 # 后台运行pm2,启动4个app.js # 也可以把'max' 参数 ...
確定! 回上一頁