Remove web module from the account resources
This commit is contained in:
@ -71,6 +71,24 @@ export async function downloadKeycloakDefaultTheme(params: {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
skip_web_modules: {
|
||||||
|
if (
|
||||||
|
!isInside({
|
||||||
|
dirPath: pathJoin(
|
||||||
|
"keycloak",
|
||||||
|
"common",
|
||||||
|
"resources",
|
||||||
|
"web_modules"
|
||||||
|
),
|
||||||
|
filePath: fileRelativePath
|
||||||
|
})
|
||||||
|
) {
|
||||||
|
break skip_web_modules;
|
||||||
|
}
|
||||||
|
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
skip_unused_node_modules: {
|
skip_unused_node_modules: {
|
||||||
const nodeModulesDirPath = pathJoin(
|
const nodeModulesDirPath = pathJoin(
|
||||||
"keycloak",
|
"keycloak",
|
||||||
|
Reference in New Issue
Block a user