Release v0.1.7

This commit is contained in:
2026-07-11 02:34:58 +02:00
parent 423720229b
commit 97f05a083f
9 changed files with 429 additions and 8 deletions

5
webui/src/index.ts Normal file
View File

@@ -0,0 +1,5 @@
export { default } from "./module";
export * from "./module";
export * from "./api/adminTargets";
export { default as RetentionPoliciesPanel } from "./features/policy/RetentionPoliciesPanel";
export type { PlatformWebModule } from "@govoplan/core-webui";