mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 09:10:45 +00:00
Merged via squash.
Prepared head SHA: 231d8763b4
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
197 B
TypeScript
4 lines
197 B
TypeScript
// Keep bundled registration fast: runtime wiring only needs the store setter,
|
|
// while runtime-api.js remains the broad compatibility barrel.
|
|
export { setDiscordRuntime } from "./src/runtime.js";
|