mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
fix: add global env (#5678)
This commit is contained in:
parent
f9bf3e32c3
commit
02d67714cc
10
turbo.json
10
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"],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user