We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c881c42 commit 7667141Copy full SHA for 7667141
turbo.json
@@ -1,7 +1,7 @@
1
{
2
"$schema": "https://turbo.build/schema.json",
3
"globalDependencies": ["**/.env*"],
4
- "globalEnv": ["NODE_ENV", "DATABASE_URL"],
+ "globalEnv": ["NODE_ENV", "DATABASE_URL", "PUBLIC_NETWORK"],
5
"tasks": {
6
"build": {
7
"dependsOn": ["^build"],
0 commit comments