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