Răsfoiți Sursa

ignore watching preset theme updates

Yuki Takei 2 ani în urmă
părinte
comite
1a322fa880
1 a modificat fișierele cu 8 adăugiri și 1 ștergeri
  1. 8 1
      apps/app/src/server/.node-dev.json

+ 8 - 1
apps/app/src/server/.node-dev.json

@@ -1,3 +1,10 @@
 {
-  "ignore": ["package.json", ".next", "public/static"]
+  "ignore": [
+    "package.json",
+    ".next",
+    "public/static",
+
+    "// ignore watching preset theme updates",
+    "packages/preset-themes/dist/themes/manifest.json"
+  ]
 }