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

Include process file for API, separate bot/api process files

This commit is contained in:
Dragory 2019-07-22 01:04:31 +03:00
parent 1c7508ffc5
commit 541856d3b5
2 changed files with 10 additions and 0 deletions

10
process-api.json Normal file
View file

@ -0,0 +1,10 @@
{
"apps": [
{
"name": "zeppelin-api",
"script": "npm",
"args": "run start-api-prod",
"log_date_format": "YYYY-MM-DD HH:mm:ss"
}
]
}