client server packages

This commit is contained in:
Max Peintner
2023-04-14 09:09:21 +02:00
parent ed1ab86e69
commit b275a0de62
28 changed files with 270 additions and 13 deletions

View File

@@ -0,0 +1,8 @@
export { initializeApp, getApps } from "./app";
export { getAuth } from "./auth";
export { getManagement } from "./management";
export { getAdmin } from "./admin";
export { getSystem } from "./system";
export type { ZitadelOptions } from "./app";