openclaw/extensions/mattermost/channel-plugin-runtime.ts

4 lines
278 B
TypeScript

// Private runtime-bearing plugin export for the bundled Mattermost entry.
// Keep the actual channel plugin value off the lighter channel-plugin-api seam
// so bootstrap can lazy-load it without tripping bundle init cycles.
export { mattermostPlugin } from "./src/channel.js";