1
0
Fork 0

pm2.sh更新

This commit is contained in:
程序员小墨 2023-08-28 00:21:57 +08:00
parent b75ec7d6e7
commit 4f0daabe33
1 changed files with 1 additions and 2 deletions

3
pm2.sh
View File

@ -1,10 +1,9 @@
# # 安装 pm2
# npm i -g pm2
# npm install pm2-windows-startup -g
# 启动服务 并设置开机启动
pm2 start index.js --name nuclear-data-spider
pm2 save
pm2-startup install
# # 查看当前运行列表
# pm2 list