init
This commit is contained in:
15
ecosystem.config.json
Normal file
15
ecosystem.config.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"apps": [
|
||||
{
|
||||
"name": "app",
|
||||
"script": "src/index.js",
|
||||
"instances": 1,
|
||||
"autorestart": true,
|
||||
"watch": false,
|
||||
"time": true,
|
||||
"env": {
|
||||
"NODE_ENV": "production"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user