This commit is contained in:
dwelle 2021-10-28 16:27:21 +02:00
parent 89ff6477f7
commit c3ea2431cb

View File

@ -2,10 +2,7 @@
"name": "webex-collab-dev", "name": "webex-collab-dev",
"script": "./dist/index.js", "script": "./dist/index.js",
"watch": ["src/"], "watch": ["src/"],
"ignore_watch": [ "ignore_watch": ["node_modules", "public"],
"node_modules",
"public"
],
"autorestart": false, "autorestart": false,
"exec_mode": "fork_mode", "exec_mode": "fork_mode",
"instances": 1, "instances": 1,