2023-04-03 11:45:27 +02:00
|
|
|
{
|
|
|
|
|
"$schema": "https://turbo.build/schema.json",
|
|
|
|
|
"pipeline": {
|
2023-06-20 11:55:15 +02:00
|
|
|
"generate": {
|
|
|
|
|
"cache": true
|
|
|
|
|
},
|
2023-06-23 15:31:09 +02:00
|
|
|
"build": {},
|
2023-06-16 01:36:19 +02:00
|
|
|
"test": {},
|
|
|
|
|
"test:unit": {},
|
|
|
|
|
"test:integration": {},
|
2023-06-20 14:30:42 +02:00
|
|
|
"test:watch": {
|
|
|
|
|
"persistent": true
|
|
|
|
|
},
|
2023-04-03 11:45:27 +02:00
|
|
|
"lint": {},
|
2023-06-16 01:36:19 +02:00
|
|
|
"lint:fix": {},
|
2023-06-20 11:55:15 +02:00
|
|
|
"dev": {
|
|
|
|
|
"cache": false,
|
|
|
|
|
"persistent": true
|
|
|
|
|
},
|
|
|
|
|
"clean": {
|
|
|
|
|
"cache": false
|
|
|
|
|
}
|
2023-04-19 14:56:01 +02:00
|
|
|
},
|
2023-08-02 10:25:39 +02:00
|
|
|
"globalDependencies": ["**/.env.*local"],
|
2023-05-25 17:11:36 +02:00
|
|
|
"globalEnv": [
|
2024-03-06 11:50:22 +01:00
|
|
|
"DEBUG",
|
2023-05-25 17:11:36 +02:00
|
|
|
"ZITADEL_API_URL",
|
2024-05-13 16:17:12 -04:00
|
|
|
"ZITADEL_SERVICE_USER_ID",
|
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",
|
2023-08-02 10:25:39 +02:00
|
|
|
"ZITADEL_ADMIN_TOKEN",
|
|
|
|
|
"VERCEL_URL"
|
2023-05-25 17:11:36 +02:00
|
|
|
]
|
2023-08-02 10:25:39 +02:00
|
|
|
}
|