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 38bad8d commit 98219c4Copy full SHA for 98219c4
apps/site/turbo.json
@@ -47,7 +47,8 @@
47
"NEXT_PUBLIC_DATA_URL",
48
"TURBO_CACHE",
49
"TURBO_TELEMETRY_DISABLED",
50
- "TURBOPACK_STATS"
+ "TURBOPACK_STATS",
51
+ "ENABLE_EXPERIMENTAL_COREPACK"
52
]
53
},
54
"start": {
@@ -134,7 +135,14 @@
134
135
136
"build:blog-data": {
137
"inputs": ["{pages}/**/*.{mdx,md}"],
- "outputs": ["public/blog-data.json"]
138
+ "outputs": ["public/blog-data.json"],
139
+ "env": [
140
+ "VERCEL_ENV",
141
+ "VERCEL_URL",
142
+ "TURBO_CACHE",
143
+ "TURBO_TELEMETRY_DISABLED",
144
+ "TURBOPACK_STATS"
145
+ ]
146
147
"cloudflare:build:worker": {
148
"dependsOn": ["build:blog-data"],
0 commit comments