Skip to content

Commit

Permalink
build: whitelist env var (#655)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonom authored Aug 7, 2024
1 parent f333a88 commit abad5ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependsOn": ["^build"],
"inputs": ["**/*.*", "!.next", "!.turbo"],
"outputs": ["dist", ".next/**", "!.next/cache/**", "public/registry/**"],
"env": ["OPENAI_*", "ASSISTANT_UI_*"]
"env": ["OPENAI_*", "ASSISTANT_UI_*", "ENTELLIGENCE_API_*"]
},
"lint": {},
"deploy": {
Expand Down

0 comments on commit abad5ed

Please sign in to comment.