special pages workflow changed

This commit is contained in:
Jan Prochazka
2024-10-21 17:36:46 +02:00
parent 967615b6e5
commit 32c7919885
14 changed files with 339 additions and 109 deletions

View File

@@ -18,3 +18,7 @@ export function subscribePermissionCompiler() {
// console.log('COMPILED PERMS', compiled);
});
}
export function setConfigForPermissions(config) {
compiled = compilePermissions(config?.permissions || {});
}