mirror of
https://github.com/Heretek-AI/openclaw-android-assistant.git
synced 2026-07-19 14:13:42 -04:00
ddc1d9aa54
Merged via squash. Prepared head SHA: ac03f96e0d13b9d4fe91d1d6a157dbf7053fd623 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";
|