Skip to content

Commit 98219c4

Browse files
committed
chore: warns about env vars
1 parent 38bad8d commit 98219c4

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

apps/site/turbo.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
"NEXT_PUBLIC_DATA_URL",
4848
"TURBO_CACHE",
4949
"TURBO_TELEMETRY_DISABLED",
50-
"TURBOPACK_STATS"
50+
"TURBOPACK_STATS",
51+
"ENABLE_EXPERIMENTAL_COREPACK"
5152
]
5253
},
5354
"start": {
@@ -134,7 +135,14 @@
134135
},
135136
"build:blog-data": {
136137
"inputs": ["{pages}/**/*.{mdx,md}"],
137-
"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+
]
138146
},
139147
"cloudflare:build:worker": {
140148
"dependsOn": ["build:blog-data"],

0 commit comments

Comments
 (0)