feat(wiki): compose governed Wiki WebUI
Module Package Release / publish-packages (push) Successful in 12s

This commit is contained in:
2026-08-22 13:32:20 +02:00
parent a090e5af20
commit 48dac139a5
7 changed files with 53 additions and 8 deletions
+2
View File
@@ -56,6 +56,7 @@ const defaultWebModulePackages = [
"@govoplan/tickets-webui",
"@govoplan/views-webui",
"@govoplan/voting-webui",
"@govoplan/wiki-webui",
"@govoplan/workflow-webui"
];
@@ -289,6 +290,7 @@ export default defineConfig({
fileURLToPath(new URL('../../govoplan-tickets/webui', import.meta.url)),
fileURLToPath(new URL('../../govoplan-views/webui', import.meta.url)),
fileURLToPath(new URL('../../govoplan-voting/webui', import.meta.url)),
fileURLToPath(new URL('../../govoplan-wiki/webui', import.meta.url)),
fileURLToPath(new URL('../../govoplan-workflow/webui', import.meta.url))
]
},