UNPKG

keycloakify

Version:

Framework to create custom Keycloak UIs

5 lines (4 loc) 175 B
/** Best effort to setup the Keycloakify vite plugin automatically */ export declare function setupVitePluginIfNeeded(params: { projectDirPath: string; }): Promise<void>;