Skip to content

Commit

Permalink
refactor: format
Browse files Browse the repository at this point in the history
  • Loading branch information
IslamZaoui committed Sep 29, 2024
1 parent 1414ad2 commit 81bb6ac
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@
},
"build": {
"dependsOn": ["^build"],
"outputs": [".svelte-kit/**", ".vercel/output/**", "build/**", "dist/**"]
"outputs": [
".svelte-kit/**",
".vercel/output/**",
"build/**",
"dist/**"
]
}
}
}

0 comments on commit 81bb6ac

Please sign in to comment.