refactor: share dock config adapter helper scaffolding

This commit is contained in:
Peter Steinberger
2026-03-07 23:09:05 +00:00
parent 556aa8a702
commit 6647d02846
4 changed files with 61 additions and 47 deletions

View File

@@ -17,3 +17,4 @@ export {
createDefaultChannelRuntimeState,
} from "./status-helpers.js";
export { createFixedWindowRateLimiter } from "./webhook-memory-guards.js";
export { mapAllowFromEntries } from "./channel-config-helpers.js";