mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-18 12:14:32 +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);
|