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

@@ -31,6 +31,7 @@
"jose": "^4.13.1",
"long": "^5.2.1",
"nice-grpc": "2.0.1",
"nice-grpc-common": "^2.0.2",
"protobufjs": "^7.2.3"
}
}

View File

@@ -1,7 +1,8 @@
let apps: ZitadelApp[] = [];
export interface ZitadelClientProps {
clientId: string;
appId: string;
projectId: string;
apiUrl: string; // process.env.ZITADEL_API_URL
token: string;
adminToken?: string;