mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-10 19:22:23 +00:00
42 lines
783 B
JSON
42 lines
783 B
JSON
{
|
|
"$schema": "https://turbo.build/schema.json",
|
|
"ui": "tui",
|
|
"globalDependencies": ["**/.env.*local"],
|
|
"globalEnv": [
|
|
"DEBUG",
|
|
"VERCEL_URL",
|
|
"EMAIL_VERIFICATION",
|
|
"AUDIENCE",
|
|
"SYSTEM_USER_ID",
|
|
"SYSTEM_USER_PRIVATE_KEY",
|
|
"ZITADEL_API_URL",
|
|
"ZITADEL_SERVICE_USER_TOKEN",
|
|
"NEXT_PUBLIC_BASE_PATH",
|
|
"CUSTOM_REQUEST_HEADERS"
|
|
],
|
|
"tasks": {
|
|
"generate": {
|
|
"cache": true
|
|
},
|
|
"build": {},
|
|
"build:standalone": {},
|
|
"test": {},
|
|
"start": {},
|
|
"start:built": {},
|
|
"test:unit": {},
|
|
"test:integration": {},
|
|
"test:watch": {
|
|
"persistent": true
|
|
},
|
|
"lint": {},
|
|
"lint:fix": {},
|
|
"dev": {
|
|
"cache": false,
|
|
"persistent": true
|
|
},
|
|
"clean": {
|
|
"cache": false
|
|
}
|
|
}
|
|
}
|