mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-12 17:51:22 +00:00
4 lines
197 B
TypeScript
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";
|