Files
openclaw/extensions/matrix/channel-plugin-api.ts
2026-04-06 01:26:02 +01:00

4 lines
197 B
TypeScript

// Keep bundled channel entry imports narrow so bootstrap/discovery paths do
// not pull the broad Matrix API barrel into lightweight plugin loads.
export { matrixPlugin } from "./src/channel.js";