Skip to content

Commit 6f004a8

Browse files
committed
fix: missing env vars in turbo config
1 parent 6add62a commit 6f004a8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

turbo.json

+8
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@
3131
},
3232
"@database.build/web#build": {
3333
"dependsOn": ["^build"],
34+
"env": [
35+
"NEXT_PUBLIC_*",
36+
"OPENAI_*",
37+
"KV_*",
38+
"SUPABASE_*",
39+
"LOGFLARE_*",
40+
"REDIRECT_LEGACY_DOMAIN"
41+
],
3442
"outputs": [".next/**", "!.next/cache/**"],
3543
"cache": true
3644
},

0 commit comments

Comments
 (0)