hugh 的个人博客

vuePress-theme-reco hugh 的个人博客    2021
hugh 的个人博客

Choose mode

  • dark
  • auto
  • light
Home
分类
  • 前端
  • fe-robot
  • 前端监控
标签
专题
  • femonitor
  • jsby
  • fe-robot
TimeLine
工具
全版

hugh 的个人博客

154

Article

320

Tag

Home
分类
  • 前端
  • fe-robot
  • 前端监控
标签
专题
  • femonitor
  • jsby
  • fe-robot
TimeLine
工具
全版
  • pm2启动node脚本的传入自定义参数

pm2启动node脚本的传入自定义参数

vuePress-theme-reco hugh 的个人博客    2021

pm2启动node脚本的传入自定义参数


hugh 的个人博客 2020-05-24 21:58:34 node前端webpm2

pm2 --后传任意参数给node 脚本

pm2 restart ./index.js -- -m 1
1

可以取到m:1 的参数