[fixed] - eslint

This commit is contained in:
Swapnil Bendal
2024-12-17 19:43:28 +05:30
parent ac7b46c661
commit eb8b1d3c54
7 changed files with 112 additions and 82 deletions

16
ecosystem.config.json Normal file
View File

@@ -0,0 +1,16 @@
{
"apps": [
{
"name": "Typescript-Backend",
"script": "src/index.ts",
"instances": 1,
"autorestart": true,
"watch": false,
"time": true,
"env": {
"NODE_ENV": "production",
"PORT": 3000
}
}
]
}