UNPKG

keycloakify

Version:

Framework to create custom Keycloak UIs

9 lines (8 loc) 189 B
export type BuildContextLike = { projectDirPath: string; }; export declare function startViteDevServer(params: { buildContext: BuildContextLike; }): Promise<{ port: number; }>;