fix next hydration, theme, server package, turbo deps

This commit is contained in:
Max Peintner
2023-04-19 14:56:01 +02:00
parent a321781355
commit c03fbd41e2
9 changed files with 67 additions and 36 deletions

View File

@@ -1,6 +1,5 @@
{
"$schema": "https://turbo.build/schema.json",
"globalDependencies": ["**/.env.*local"],
"pipeline": {
"build": {
"outputs": ["dist/**", ".next/**", "!.next/cache/**"],
@@ -21,5 +20,7 @@
"generate": {
"cache": true
}
}
},
"globalDependencies": ["**/.env.*local"],
"globalEnv": ["ZITADEL_API_URL", "ZITADEL_PROJECT_ID", "ZITADEL_APP_ID"]
}