Fix misnamed kc.gen

This commit is contained in:
Joseph Garrone 2024-11-17 16:46:25 +01:00
parent b6d2154d56
commit 7c3c6d3643

View File

@ -18,7 +18,7 @@ export async function command(params: { buildContext: BuildContext }) {
return; return;
} }
const filePath = pathJoin(buildContext.themeSrcDirPath, "kc-gen.tsx"); const filePath = pathJoin(buildContext.themeSrcDirPath, "kc.gen.tsx");
const hasLoginTheme = buildContext.implementedThemeTypes.login.isImplemented; const hasLoginTheme = buildContext.implementedThemeTypes.login.isImplemented;
const hasAccountTheme = buildContext.implementedThemeTypes.account.isImplemented; const hasAccountTheme = buildContext.implementedThemeTypes.account.isImplemented;