mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 06:00:43 +00:00
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
4 lines
211 B
TypeScript
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";
|