Files
openclaw/extensions/qa-channel/setup-plugin-api.ts
2026-05-02 03:34:17 +01:00

4 lines
188 B
TypeScript

// Keep bundled setup entry imports narrow so setup loads do not pull the
// broader QA channel runtime and gateway surface.
export { qaChannelSetupPlugin } from "./src/channel.setup.js";