UNPKG

keycloakify

Version:

Framework to create custom Keycloak UIs

10 lines (9 loc) 226 B
export type BuildContextLike = { projectDirPath: string; packageJsonFilePath: string; }; export declare function appBuild(params: { buildContext: BuildContextLike; }): Promise<{ isAppBuildSuccess: boolean; }>;