mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 12:12:53 +00:00
fix next hydration, theme, server package, turbo deps
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user