This website works better with JavaScript
Home
Explore
Help
Sign In
html-themes
/
tabler.tabler
mirror of
https://github.com/tabler/tabler.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
fix: disable caching in turbo.json outputs configuration
codecalm
5 months ago
parent
c4d21a4666
commit
fa89c6fa73
1 changed files
with
2 additions
and
1 deletions
Split View
Show Diff Stats
2
1
turbo.json
+ 2
- 1
turbo.json
View File
@@ -14,7 +14,8 @@
],
"outputs": [
"dist/**"
- ]
+ ],
+ "cache": false
},
"dev": {
"cache": false,