forked from swapnil.bendal/TypeScript-Backend-Template
17 lines
269 B
JSON
17 lines
269 B
JSON
|
|
{
|
||
|
|
"apps": [
|
||
|
|
{
|
||
|
|
"name": "Typescript-Backend",
|
||
|
|
"script": "src/index.ts",
|
||
|
|
"instances": 1,
|
||
|
|
"autorestart": true,
|
||
|
|
"watch": false,
|
||
|
|
"time": true,
|
||
|
|
"env": {
|
||
|
|
"NODE_ENV": "production",
|
||
|
|
"PORT": 3000
|
||
|
|
}
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|