mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 09:10:45 +00:00
4 lines
192 B
TypeScript
4 lines
192 B
TypeScript
// Keep bundled registration fast: runtime wiring only needs the store setter,
|
|
// while runtime-api.js remains the broad runtime surface.
|
|
export { setDiscordRuntime } from "./src/runtime.js";
|