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

Add process.json for pm2

This commit is contained in:
Dragory 2019-05-04 10:52:14 +03:00
parent 76ab2e9465
commit 7064199ccd

9
process.json Normal file
View file

@ -0,0 +1,9 @@
{
"apps": [
{
"name": "zeppelin",
"script": "dist/index.js",
"log_date_format": "YYYY-MM-DD HH:mm:ss"
}
]
}