3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 05:41:51 +00:00

Use start-prod script in pm2 directly

This commit is contained in:
Dragory 2019-05-04 10:59:11 +03:00
parent 8181df3140
commit f468646f87

View file

@ -2,7 +2,8 @@
"apps": [
{
"name": "zeppelin",
"script": "dist/index.js",
"script": "npm",
"args": "run start-prod",
"log_date_format": "YYYY-MM-DD HH:mm:ss"
}
]