mirror of
https://fastgit.cc/github.com/openclaw/openclaw
synced 2026-04-24 02:43:26 +08:00
5 lines
254 B
TypeScript
5 lines
254 B
TypeScript
// Keep bundled channel entry imports narrow so bootstrap/discovery paths do
|
|
// not drag the broad Slack API barrel into lightweight plugin loads.
|
|
export { slackPlugin } from "./src/channel.js";
|
|
export { slackSetupPlugin } from "./src/channel.setup.js";
|