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 a2ac2ce commit bc61894Copy full SHA for bc61894
package.json
@@ -16,5 +16,6 @@
16
},
17
"engines": {
18
"node": ">=20"
19
- }
+ },
20
+ "packageManager": "pnpm@9.0.0"
21
}
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/**", "dist/**"]
9
10
"lint": {
11
"dependsOn": ["^lint"]
0 commit comments