Files
openclaw/extensions/slack/channel-plugin-api.ts
2026-04-07 19:59:46 +01:00

4 lines
202 B
TypeScript

// Keep bundled channel entry imports narrow so bootstrap/discovery paths do
// not drag setup-only Slack surfaces into lightweight channel plugin loads.
export { slackPlugin } from "./src/channel.js";