mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-12 09:41:11 +00:00
5 lines
278 B
TypeScript
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";
|