添加启动脚本

This commit is contained in:
zhl 2021-01-07 18:15:52 +08:00
parent e03e28e5e8
commit 248289afff

1
pm2_dev.sh Executable file
View File

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