UNPKG
@edflex-tech/keycloakify
Version:
latest (5.9.1-rc.4)
5.9.1-rc.4
5.9.1-rc.3
Keycloak theme generator for Reacts app
github.com/garronej/keycloakify
edflex-tech/keycloakify
@edflex-tech/keycloakify
/
src
/
lib
/
getKcContext
/
kcContextMocks
/
urlResourcesPath.ts
6 lines
(4 loc)
•
269 B
text/typescript
View Raw
1
2
3
4
5
6
import
{ pathJoin }
from
"../../tools/pathJoin"
;
export
const
subDirOfPublicDirBasename =
"keycloak_static"
;
export
const
resourcesPath =
pathJoin
(subDirOfPublicDirBasename,
"resources"
);
export
const
resourcesCommonPath =
pathJoin
(resourcesPath,
"resources_common"
);