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"
}
]
}