refactor: share scoped account config patching

This commit is contained in:
Peter Steinberger
2026-03-10 20:22:06 +00:00
parent b517dc089a
commit 00170f8e1a
14 changed files with 118 additions and 253 deletions

View File

@@ -8,7 +8,10 @@ export {
promptAccountId,
resolveAccountIdForConfigure,
} from "../channels/plugins/onboarding/helpers.js";
export { applyAccountNameToChannelSection } from "../channels/plugins/setup-helpers.js";
export {
applyAccountNameToChannelSection,
patchScopedAccountConfig,
} from "../channels/plugins/setup-helpers.js";
export type {
ChannelAccountSnapshot,
ChannelOutboundAdapter,