mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 18:10:45 +00:00
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
This commit is contained in:
committed by
GitHub
parent
acb27bac3a
commit
13636c4521
3
extensions/matrix/runtime-setter-api.ts
Normal file
3
extensions/matrix/runtime-setter-api.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// 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";
|
||||
Reference in New Issue
Block a user