Skip to content

Commit

Permalink
chore: Use turbo strict environment mode
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista committed Feb 5, 2024
1 parent 5c58d69 commit a5b5053
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,14 @@
"outputs": []
}
},
"globalDependencies": ["tsconfig.json"]
"globalDependencies": ["tsconfig.json"],
"globalPassThroughEnv": [
"LZ_ENABLE_EXPERIMENTAL_TASK_LZ_DEPLOY",
"LZ_ENABLE_EXPERIMENTAL_TASK_LZ_OAPP_CONFIG_INIT",
"MNEMONIC",
"NETWORK_URL_VENGABOYS",
"NETWORK_URL_BRITNEY",
"NETWORK_URL_TANGO",
"CI"
]
}

0 comments on commit a5b5053

Please sign in to comment.