Browse Source

update nodemon settings

Yuki Takei 1 year ago
parent
commit
8c495225ca
1 changed files with 4 additions and 0 deletions
  1. 4 0
      apps/app/nodemon.json

+ 4 - 0
apps/app/nodemon.json

@@ -1,5 +1,9 @@
 {
   "ext": "js,ts,json",
+  "watch": [
+    ".",
+    "../../packages/**/dist"
+  ],
   "ignore": [
     ".next",
     "public/static",