Rename build-keycloak-theme -> keycloakify

This commit is contained in:
garronej
2022-08-22 17:17:35 +07:00
parent 56ce9c0d0d
commit 8031d51e15
24 changed files with 23 additions and 22 deletions

View File

@ -1,4 +1,4 @@
import type { PageId } from "../../bin/build-keycloak-theme/generateFtl";
import type { PageId } from "../../bin/keycloakify/generateFtl";
import { assert } from "tsafe/assert";
import type { Equals } from "tsafe";
import type { MessageKeyBase } from "../i18n";

View File

@ -1,6 +1,6 @@
import type { KcContextBase } from "./KcContextBase";
import type { AndByDiscriminatingKey } from "../tools/AndByDiscriminatingKey";
import { ftlValuesGlobalName } from "../../bin/build-keycloak-theme/ftlValuesGlobalName";
import { ftlValuesGlobalName } from "../../bin/keycloakify/ftlValuesGlobalName";
export type ExtendsKcContextBase<KcContextExtended extends { pageId: string }> = [KcContextExtended] extends [never]
? KcContextBase