mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-10 21:02:21 +00:00
42 lines
800 B
JSON
42 lines
800 B
JSON
{
|
|
"$schema": "https://turbo.build/schema.json",
|
|
"ui": "tui",
|
|
"globalDependencies": ["**/.env.*local"],
|
|
"globalEnv": [
|
|
"DEBUG",
|
|
"ZITADEL_API_URL",
|
|
"ZITADEL_SERVICE_USER_ID",
|
|
"ZITADEL_SERVICE_USER_TOKEN",
|
|
"ZITADEL_SYSTEM_API_URL",
|
|
"ZITADEL_SYSTEM_API_USERID",
|
|
"ZITADEL_SYSTEM_API_KEY",
|
|
"ZITADEL_ISSUER",
|
|
"ZITADEL_ADMIN_TOKEN",
|
|
"EMAIL_VERIFICATION",
|
|
"VERCEL_URL"
|
|
],
|
|
"tasks": {
|
|
"generate": {
|
|
"cache": true
|
|
},
|
|
"build": {},
|
|
"test": {},
|
|
"start": {},
|
|
"start:built": {},
|
|
"test:unit": {},
|
|
"test:integration": {},
|
|
"test:watch": {
|
|
"persistent": true
|
|
},
|
|
"lint": {},
|
|
"lint:fix": {},
|
|
"dev": {
|
|
"cache": false,
|
|
"persistent": true
|
|
},
|
|
"clean": {
|
|
"cache": false
|
|
}
|
|
}
|
|
}
|