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