Files
openclaw/extensions/whatsapp/runtime-setter-api.ts
2026-05-22 20:59:21 -07:00

4 lines
215 B
TypeScript

// Keep bundled registration fast: the runtime setter is needed during plugin
// bootstrap, but the broad runtime-api barrel pulls in WhatsApp runtime modules.
export { setWhatsAppRuntime } from "./src/runtime.js";