Files
openclaw/extensions/matrix/runtime-setter-api.ts
Gustavo Madeira Santana 13636c4521 perf(matrix): narrow register-time runtime surface (#69782)
Merged via squash.

Prepared head SHA: ec32828b52
Co-authored-by: gumadeiras <5599352+gumadeiras@users.noreply.github.com>
Co-authored-by: gumadeiras <5599352+gumadeiras@users.noreply.github.com>
Reviewed-by: @gumadeiras
2026-04-21 12:50:53 -04:00

4 lines
211 B
TypeScript

// Narrow entry point for setMatrixRuntime. The full runtime-api barrel is kept
// for external/runtime callers, but bundled plugin register only needs this.
export { setMatrixRuntime } from "./src/runtime.js";