Browse Source

chore(server): Fix nodemon config

Michael Bromley 7 years ago
parent
commit
1d8396e63d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      server/nodemon-debug.json

+ 2 - 2
server/nodemon-debug.json

@@ -1,6 +1,6 @@
 {
-  "watch": ["modules"],
+  "watch": ["src"],
   "ext": "ts",
   "ignore": ["src/**/*.spec.ts", "mock-data/**/*"],
   "exec": "node --inspect=5858 -r ts-node/register src/main.ts"
-}
+}