fix: add global env (#5678)

This commit is contained in:
Tianen Pang 2025-09-10 02:19:02 +08:00 committed by GitHub
parent f9bf3e32c3
commit 02d67714cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,16 @@
{ {
"$schema": "https://turbo.build/schema.json", "$schema": "https://turbo.build/schema.json",
"globalDependencies": ["tsconfig.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": { "tasks": {
"build": { "build": {
"dependsOn": ["^build"], "dependsOn": ["^build"],