diff --git a/turbo.json b/turbo.json index 2f310e89a..bae9c64f5 100644 --- a/turbo.json +++ b/turbo.json @@ -1,6 +1,16 @@ { "$schema": "https://turbo.build/schema.json", "globalDependencies": ["tsconfig.json"], + "globalEnv": [ + "IS_VERCEL_ENV", + "IS_PREVIEW", + "IS_VA_ENABLED", + "ENABLE_EXPERIMENTAL_COREPACK", + "PLAIN_USER_AUTHENTICATED", + "IMPORT_API_KEY", + "CHAT_URL", + "CHAT_API_URL" + ], "tasks": { "build": { "dependsOn": ["^build"],