Files
openclaw/extensions/matrix/setup-plugin-api.ts
2026-04-24 06:10:07 +01:00

4 lines
176 B
TypeScript

// Keep bundled setup entry imports narrow so setup loads do not pull the
// broader Matrix runtime plugin surface.
export { matrixSetupPlugin } from "./src/channel.setup.js";