Files
zitadel/turbo.json

27 lines
534 B
JSON
Raw Normal View History

2023-04-03 11:45:27 +02:00
{
"$schema": "https://turbo.build/schema.json",
"pipeline": {
2023-06-16 01:36:19 +02:00
"generate": {},
"build": {},
"test": {},
"test:unit": {},
"test:integration": {},
"test:watch": {},
2023-04-03 11:45:27 +02:00
"lint": {},
2023-06-16 01:36:19 +02:00
"lint:fix": {},
"dev": {},
"clean": {}
},
2023-05-25 17:11:36 +02:00
"globalDependencies": [
"**/.env.*local"
],
"globalEnv": [
"ZITADEL_API_URL",
2023-06-08 09:00:45 +02:00
"ZITADEL_SERVICE_USER_TOKEN",
"ZITADEL_SYSTEM_API_URL",
"ZITADEL_SYSTEM_API_USERID",
"ZITADEL_SYSTEM_API_KEY",
"ZITADEL_ISSUER",
"ZITADEL_ADMIN_TOKEN"
2023-05-25 17:11:36 +02:00
]
}