2021-12-16 20:44:39 +01:00
|
|
|
import { pathJoin } from "../../tools/pathJoin";
|
2021-03-08 00:09:52 +01:00
|
|
|
|
|
|
|
export const subDirOfPublicDirBasename = "keycloak_static";
|
2021-12-16 20:44:39 +01:00
|
|
|
export const resourcesPath = pathJoin(subDirOfPublicDirBasename, "resources");
|
|
|
|
export const resourcesCommonPath = pathJoin(subDirOfPublicDirBasename, "resources_common");
|