Skip to content

Commit

Permalink
Merge pull request #434 from dump-hr/fix-turbo
Browse files Browse the repository at this point in the history
fix vite with new turbo
  • Loading branch information
lovretomic authored Nov 26, 2024
2 parents 2e0b757 + 0020258 commit cf4f507
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"$schema": "https://turbo.build/schema.json",
"tasks": {
"dev": {
"cache": false
"cache": false,
"persistent": true
},
"build": {
"dependsOn": [
Expand Down

0 comments on commit cf4f507

Please sign in to comment.