first commit
This commit is contained in:
17
ecosystem.config.json
Normal file
17
ecosystem.config.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"apps": [
|
||||
{
|
||||
"name": "Typescript-Backend",
|
||||
"script": "npm",
|
||||
"args": "run start",
|
||||
"instances": 1,
|
||||
"autorestart": true,
|
||||
"watch": false,
|
||||
"time": true,
|
||||
"env": {
|
||||
"NODE_ENV": "production",
|
||||
"PORT": 3000
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user