Sfoglia il codice sorgente

update nodemon.json

Yuki Takei 1 anno fa
parent
commit
be27e7e4b8
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  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"
   ]
 }