Browse Source

update nodemon.json

Yuki Takei 1 year ago
parent
commit
be27e7e4b8
1 changed files with 2 additions and 1 deletions
  1. 2 1
      apps/app/nodemon.json

+ 2 - 1
apps/app/nodemon.json

@@ -7,6 +7,7 @@
     "playwright",
     "test",
     "test-with-vite",
-    "tmp"
+    "tmp",
+    "*.mongodb.js"
   ]
 }