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