forked from swapnil.bendal/TypeScript-Backend-Template
[update] - Readme file and ecosystem config file
This commit is contained in:
@@ -1,16 +1,17 @@
|
||||
{
|
||||
"apps": [
|
||||
{
|
||||
"name": "Typescript-Backend",
|
||||
"script": "src/index.ts",
|
||||
"instances": 1,
|
||||
"autorestart": true,
|
||||
"watch": false,
|
||||
"time": true,
|
||||
"env": {
|
||||
"NODE_ENV": "production",
|
||||
"PORT": 3000
|
||||
}
|
||||
}
|
||||
]
|
||||
"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