From 552c95c59e4384b3b0d05d41ab343b632c370d41 Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Thu, 31 Oct 2024 11:05:25 +0100 Subject: [PATCH] https://github.com/keycloakify/keycloakify/pull/705#issuecomment-2448689532 --- src/bin/update-kc-gen.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/update-kc-gen.ts b/src/bin/update-kc-gen.ts index 985b3710..125af5f1 100644 --- a/src/bin/update-kc-gen.ts +++ b/src/bin/update-kc-gen.ts @@ -51,7 +51,7 @@ export async function command(params: { buildContext: BuildContext }) { 2 )};`, ``, - `export type KcContext =`, + `type KcContext =`, hasLoginTheme && ` | import("./login/KcContext").KcContext`, hasAccountTheme && ` | import("./account/KcContext").KcContext`, ` ;`,