mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-09 01:12:17 +00:00
41 lines
744 B
JSON
41 lines
744 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_USER_ID",
|
|
"ZITADEL_USER_TOKEN",
|
|
"ZITADEL_SYSTEM_API_USERID"
|
|
],
|
|
"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
|
|
}
|
|
}
|
|
}
|