Add product presentation extension contracts

This commit is contained in:
2026-08-06 19:02:53 +02:00
parent d65d7a8e5f
commit 32c234fbdb
19 changed files with 772 additions and 29 deletions
+2
View File
@@ -41,6 +41,7 @@ const defaultWebModulePackages = [
"@govoplan/portal-webui",
"@govoplan/postbox-webui",
"@govoplan/projects-webui",
"@govoplan/quick-access-webui",
"@govoplan/reporting-webui",
"@govoplan/records-webui",
"@govoplan/risk-compliance-webui",
@@ -270,6 +271,7 @@ export default defineConfig({
fileURLToPath(new URL('../../govoplan-policy/webui', import.meta.url)),
fileURLToPath(new URL('../../govoplan-portal/webui', import.meta.url)),
fileURLToPath(new URL('../../govoplan-postbox/webui', import.meta.url)),
fileURLToPath(new URL('../../govoplan-quick-access/webui', import.meta.url)),
fileURLToPath(new URL('../../govoplan-risk-compliance/webui', import.meta.url)),
fileURLToPath(new URL('../../govoplan-scheduling/webui', import.meta.url)),
fileURLToPath(new URL('../../govoplan-search/webui', import.meta.url)),