excalidraw-room/pm2.json
2021-10-17 22:31:14 +02:00

18 lines
331 B
JSON

{
"name": "webex-collab-dev",
"script": "./dist/index.js",
"watch": ["src/"],
"ignore_watch": [
"node_modules",
"public"
],
"autorestart": false,
"exec_mode": "fork_mode",
"instances": 1,
"env": {
"NODE_ENV": "development",
"TZ": "Europe/London"
},
"node_args": ["--inspect=127.0.0.1:9320"]
}