增加pm2启动脚本

This commit is contained in:
zhl 2021-04-30 09:46:32 +08:00
parent dee790552d
commit b37b113087

1
pm2_dev.sh Executable file
View File

@ -0,0 +1 @@
pm2 start npm --name "corgi-ws" --log-date-format "YYYY-MM-DD HH:mm:ss" -- run "dev:jc"