【笔记】PM2 node进程管理工具

72 阅读1分钟

npm run dev 用pm2启动: --watch --name monkey 可以删除

pm2 start npm --watch --name monkey -- run dev