Parcourir la source

update nodemon.json

Yuki Takei il y a 1 an
Parent
commit
10a27329f1
1 fichiers modifiés avec 4 ajouts et 1 suppressions
  1. 4 1
      apps/app/nodemon.json

+ 4 - 1
apps/app/nodemon.json

@@ -4,6 +4,9 @@
     ".next",
     "public/static",
     "package.json",
-    "playwright"
+    "playwright",
+    "test",
+    "test-with-vite",
+    "tmp"
   ]
 }