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

4 lines
174 B
TypeScript

// Keep bundled setup entry imports narrow so setup loads do not pull the
// broader Slack channel plugin surface.
export { slackSetupPlugin } from "./src/channel.setup.js";