Skip to content

Commit 9ed47ff

Browse files
authored
add VERCEL_ENV to turbo config (#321)
1 parent 12386f5 commit 9ed47ff

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

turbo.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"KV_REST_API_TOKEN",
2727
"KV_REST_API_URL",
2828
"REDIS_URL",
29-
"BLOB_READ_WRITE_TOKEN"
29+
"BLOB_READ_WRITE_TOKEN",
30+
"VERCEL_ENV"
3031
],
3132
"inputs": ["$TURBO_DEFAULT$", ".env*"],
3233
"outputs": [

0 commit comments

Comments
 (0)