Files
openclaw/extensions/mattermost/channel-plugin-runtime.ts
2026-04-06 12:12:53 +01:00

5 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";