keycloak_theme/src/bin/mockTestingResourcesPath.ts
2022-07-30 00:51:29 +02:00

6 lines
320 B
TypeScript

import { pathJoin } from "./tools/pathJoin";
export const mockTestingSubDirOfPublicDirBasename = "keycloak_static";
export const mockTestingResourcesPath = pathJoin(mockTestingSubDirOfPublicDirBasename, "resources");
export const mockTestingResourcesCommonPath = pathJoin(mockTestingResourcesPath, "resources_common");