1
0
mirror of https://github.com/tabler/tabler.git synced 2026-06-17 12:50:03 +04:00

fix: disable caching in turbo.json outputs configuration

This commit is contained in:
codecalm
2025-04-16 15:39:58 +02:00
parent c4d21a4666
commit fa89c6fa73
+2 -1
View File
@@ -14,7 +14,8 @@
],
"outputs": [
"dist/**"
]
],
"cache": false
},
"dev": {
"cache": false,