Skip to content

Commit

Permalink
chore: Add new environment variables to turbo.json
Browse files Browse the repository at this point in the history
The turbo.json file is updated to include the new environment variables "ADMIN_USER_ID", "JWT_SECRET", and "SANITY_API_READ_TOKEN" in the globalDependencies array. This change is made to ensure that these variables are treated as global dependencies for the project.
  • Loading branch information
kduprey committed Jul 21, 2024
1 parent d5b0f15 commit 2d41b99
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@
"NEXT_RUNTIME",
"NEXT_PUBLIC_SANITY_DATASET",
"DATABASE_URL",
"DIRECT_URL"
"DIRECT_URL",
"ADMIN_USER_ID",
"JWT_SECRET",
"SANITY_API_READ_TOKEN"
],
"globalDependencies": [".env"],
"tasks": {
Expand Down

0 comments on commit 2d41b99

Please sign in to comment.