fix(api): derive secure sse subscriptions

This commit is contained in:
2026-03-30 14:20:18 +02:00
parent 27b0e38b93
commit 82466a4e34
7 changed files with 281 additions and 29 deletions
+2
View File
@@ -0,0 +1,2 @@
export * from "./event-bus.js";
export * from "./subscription-policy.js";