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 979aa31 commit c1c1ec9Copy full SHA for c1c1ec9
turbo.json
@@ -5,7 +5,7 @@
5
"build": {
6
"dependsOn": ["^build"],
7
"inputs": ["$TURBO_DEFAULT$", ".env*"],
8
- "outputs": [".next/**", "!.next/cache/**"]
+ "outputs": [".next/**", "!.next/cache/**", ".vercel/**", ".vercel/output/**"]
9
},
10
"lint": {
11
"dependsOn": ["^lint"]
0 commit comments