mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 08:40:44 +00:00
Merged via squash.
Prepared head SHA: ac03f96e0d
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
215 B
TypeScript
4 lines
215 B
TypeScript
// Keep bundled registration fast: the runtime setter is needed during plugin
|
|
// bootstrap, but the broad runtime-api barrel is only for compatibility callers.
|
|
export { setTelegramRuntime } from "./src/runtime.js";
|