Compat with Keycloak 16 (and probably 17, 18) #79

This commit is contained in:
garronej
2022-01-20 01:34:26 +01:00
parent 40237374a8
commit fb0be3272c
4 changed files with 24 additions and 8 deletions

View File

@ -2,4 +2,4 @@ import { pathJoin } from "../../tools/pathJoin";
export const subDirOfPublicDirBasename = "keycloak_static";
export const resourcesPath = pathJoin(subDirOfPublicDirBasename, "resources");
export const resourcesCommonPath = pathJoin(subDirOfPublicDirBasename, "resources_common");
export const resourcesCommonPath = pathJoin(resourcesPath, "resources_common");