chore: register tenancy WebUI in release catalog
Dependency Audit / dependency-audit (push) Successful in 2m27s
Deployment Installer / deployment-installer (push) Successful in 6s
Security Audit / security-audit (push) Failing after 14s

This commit is contained in:
2026-07-31 04:21:34 +02:00
parent ff47659899
commit b4248a849e
@@ -50,6 +50,7 @@ CATALOG_MODULES = (
name="Tenancy", name="Tenancy",
description="Tenant registry, tenant settings, and tenant resolution platform module.", description="Tenant registry, tenant settings, and tenant resolution platform module.",
tags=("official", "platform-module"), tags=("official", "platform-module"),
webui_package="@govoplan/tenancy-webui",
), ),
CatalogModule( CatalogModule(
module_id="organizations", module_id="organizations",