2
0
Эх сурвалжийг харах

fix: disable caching in turbo.json outputs configuration

codecalm 5 сар өмнө
parent
commit
fa89c6fa73
1 өөрчлөгдсөн 2 нэмэгдсэн , 1 устгасан
  1. 2 1
      turbo.json

+ 2 - 1
turbo.json

@@ -14,7 +14,8 @@
       ],
       "outputs": [
         "dist/**"
-      ]
+      ],
+      "cache": false
     },
     "dev": {
       "cache": false,