Преглед изворни кода

ignore watching preset theme updates

Yuki Takei пре 2 година
родитељ
комит
1a322fa880
1 измењених фајлова са 8 додато и 1 уклоњено
  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"
+  ]
 }