Skip to content

Commit 7667141

Browse files
committed
add PUBLIC_NETWORK
1 parent c881c42 commit 7667141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

turbo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://turbo.build/schema.json",
33
"globalDependencies": ["**/.env*"],
4-
"globalEnv": ["NODE_ENV", "DATABASE_URL"],
4+
"globalEnv": ["NODE_ENV", "DATABASE_URL", "PUBLIC_NETWORK"],
55
"tasks": {
66
"build": {
77
"dependsOn": ["^build"],

0 commit comments

Comments
 (0)