Skip to content

Commit

Permalink
Added turbo environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenwf committed Aug 8, 2024
1 parent 4cc0ccb commit ea70fc2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion turbo.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
{
"$schema": "https://turbo.build/schema.json",
"globalDependencies": ["**/.env.*local"],
"globalEnv": ["TYPESENSE_API_KEY"],
"globalEnv": [
"NEXT_PUBLIC_TYPESENSE_API_KEY",
"NEXT_PUBLIC_TYPESENSE_HOST",
"NEXT_PUBLIC_TYPESENSE_PORT",
"NEXT_PUBLIC_TYPESENSE_PORT",
"NEXT_PUBLIC_TYPESENSE_PROTOCOL",
"NEXT_PUBLIC_TYPESENSE_COLLECTION_NAME",
"TYPESENSE_API_KEY"
],
"pipeline": {
"build": {
"dependsOn": ["^build"],
Expand Down

0 comments on commit ea70fc2

Please sign in to comment.