We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d961362 commit 27ec090Copy full SHA for 27ec090
turbo.json
@@ -4,7 +4,8 @@
4
"tasks": {
5
"build": {
6
"dependsOn": ["^build"],
7
- "inputs": ["$TURBO_DEFAULT$", ".env*"],
+ "cache": true,
8
+ "persistent": false,
9
"outputs": [".next/**", "!.next/cache/**", ".vercel/**", ".vercel/output/**"]
10
},
11
"lint": {
0 commit comments