Browse Source

fix lint

master
dwelle 2 years ago
parent
commit
c3ea2431cb
1 changed files with 1 additions and 4 deletions
  1. 1
    4
      pm2.json

+ 1
- 4
pm2.json View File

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

Loading…
Cancel
Save