Enable to link in any keycloakify starter

This commit is contained in:
Joseph Garrone 2024-10-25 02:56:57 +02:00
parent 533f5992d1
commit 329b4cb0fb

View File

@ -16,7 +16,7 @@ import { startRebuildOnSrcChange } from "./shared/startRebuildOnSrcChange";
.filter( .filter(
basename => basename =>
basename.includes("starter") && basename.includes("starter") &&
basename.includes("angular") && basename.includes("keycloakify") &&
fs.statSync(pathJoin(parentDirPath, basename)).isDirectory() fs.statSync(pathJoin(parentDirPath, basename)).isDirectory()
); );