From c3ea2431cb3da4479224f28de55f4463cfeb5552 Mon Sep 17 00:00:00 2001 From: dwelle Date: Thu, 28 Oct 2021 16:27:21 +0200 Subject: [PATCH] fix lint --- pm2.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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,