chore(meta): register current workspace modules
Some checks failed
Dependency Audit / dependency-audit (push) Failing after 15s
Security Audit / security-audit (push) Failing after 12s

This commit is contained in:
2026-07-20 20:01:35 +02:00
parent 1ce3d02239
commit 65cc099839
2 changed files with 7 additions and 0 deletions

View File

@@ -245,6 +245,12 @@
"description": "GovOPlaN Payments module behavior or integration.", "description": "GovOPlaN Payments module behavior or integration.",
"exclusive": false "exclusive": false
}, },
{
"name": "module/permits",
"color": "fbca04",
"description": "GovOPlaN Permits module behavior or integration.",
"exclusive": false
},
{ {
"name": "module/policy", "name": "module/policy",
"color": "d93f0b", "color": "d93f0b",

View File

@@ -7,6 +7,7 @@
-e ../govoplan-tenancy -e ../govoplan-tenancy
-e ../govoplan-organizations -e ../govoplan-organizations
-e ../govoplan-identity -e ../govoplan-identity
-e ../govoplan-idm
-e ../govoplan-access -e ../govoplan-access
-e ../govoplan-admin -e ../govoplan-admin
-e ../govoplan-policy -e ../govoplan-policy