UNPKG

@edflex-tech/keycloakify

Version:

Keycloak theme generator for Reacts app

6 lines (4 loc) 269 B
import { pathJoin } from "../../tools/pathJoin"; export const subDirOfPublicDirBasename = "keycloak_static"; export const resourcesPath = pathJoin(subDirOfPublicDirBasename, "resources"); export const resourcesCommonPath = pathJoin(resourcesPath, "resources_common");