Skip to content

Commit

Permalink
chore(turbo.json): add NODE_ENV to the globalEnv array
Browse files Browse the repository at this point in the history
The NODE_ENV environment variable is added to the globalEnv array in turbo.json. This allows the application to access and utilize the NODE_ENV variable for environment-specific configurations and optimizations.
  • Loading branch information
ktun95 committed Mar 8, 2024
1 parent 4e5f935 commit 3965c69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions turbo.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"$schema": "https://turborepo.org/schema.json",
"globalEnv": [
"NODE_ENV",
"NEXT_PUBLIC_GRAPHQL_SERVER",
"NEXT_PUBLIC_BASENAME",
"NEXT_PUBLIC_GA_TRACKING_ID",
Expand Down

0 comments on commit 3965c69

Please sign in to comment.