Fix misnamed kc.gen
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user