mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-13 01:45:30 +00:00
4 lines
196 B
TypeScript
4 lines
196 B
TypeScript
// Keep the bundled runtime entry narrow so generic runtime activation does not
|
|
// import the broad IRC API barrel just to install runtime state.
|
|
export { setIrcRuntime } from "./src/runtime.js";
|