mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-14 10:30:49 +00:00
7 lines
270 B
TypeScript
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);
|