mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 14:42:17 +00:00
4 lines
101 B
TypeScript
4 lines
101 B
TypeScript
import { ZitadelServer } from "./server";
|
|
|
|
export const _servers = new Map<string, ZitadelServer>();
|