Files
openclaw/extensions/mattermost/channel-plugin-api.ts
2026-04-06 14:41:29 +01:00

5 lines
287 B
TypeScript

// Keep bundled channel entry imports narrow so bootstrap/discovery paths do
// not drag the broader Mattermost helper surfaces into lightweight plugin loads.
export { mattermostPlugin } from "./channel-plugin-runtime.js";
export { mattermostSetupPlugin } from "./src/channel.setup.js";