Files
openclaw/extensions/whatsapp/setup-entry.ts
2026-04-05 14:20:31 +01:00

7 lines
261 B
TypeScript

import { defineSetupPluginEntry } from "openclaw/plugin-sdk/channel-core";
import { whatsappSetupPlugin } from "./src/channel.setup.js";
export { whatsappSetupPlugin } from "./src/channel.setup.js";
export default defineSetupPluginEntry(whatsappSetupPlugin);