Remove kc.gen.ts
This commit is contained in:
parent
55e0d08796
commit
c66236e414
|
@ -1,21 +0,0 @@
|
||||||
/* prettier-ignore-start */
|
|
||||||
|
|
||||||
/* eslint-disable */
|
|
||||||
|
|
||||||
// @ts-nocheck
|
|
||||||
|
|
||||||
// noinspection JSUnusedGlobalSymbols
|
|
||||||
|
|
||||||
// This file is auto-generated by Keycloakify
|
|
||||||
|
|
||||||
export type ThemeName = "keycloakify-starter";
|
|
||||||
|
|
||||||
export const themeNames: ThemeName[] = ["keycloakify-starter"];
|
|
||||||
|
|
||||||
export type KcEnvName = never;
|
|
||||||
|
|
||||||
export const kcEnvNames: KcEnvName[] = [];
|
|
||||||
|
|
||||||
export const kcEnvDefaults: Record<KcEnvName, string> = {};
|
|
||||||
|
|
||||||
/* prettier-ignore-end */
|
|
Loading…
Reference in a new issue