Put persisted realm configs in .keycloakify

This commit is contained in:
Joseph Garrone 2024-12-15 11:45:00 +01:00
parent 8e8a0ccf54
commit 76416ddd5b

View File

@ -38,6 +38,7 @@ export async function getRealmConfig(params: {
const realmJsonFilePath = pathJoin(
buildContext.projectDirPath,
".keycloakify",
`realm-kc-${keycloakMajorVersionNumber}.json`
);