diff --git a/pm2.json b/pm2.json index 207c198..d77c3c8 100644 --- a/pm2.json +++ b/pm2.json @@ -2,10 +2,7 @@ "name": "webex-collab-dev", "script": "./dist/index.js", "watch": ["src/"], - "ignore_watch": [ - "node_modules", - "public" - ], + "ignore_watch": ["node_modules", "public"], "autorestart": false, "exec_mode": "fork_mode", "instances": 1,