Files
openclaw/extensions/bluebubbles/setup-entry.ts
2026-04-04 07:39:53 +01:00

7 lines
270 B
TypeScript

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