mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-13 02:01:16 +00:00
4 lines
202 B
TypeScript
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";
|