2026-03-16 23:51:41 -07:00
|
|
|
import { defineSetupPluginEntry } from "openclaw/plugin-sdk/core";
|
2026-03-18 16:01:31 -07:00
|
|
|
import { bluebubblesSetupPlugin } from "./src/channel.setup.js";
|
2026-03-15 18:46:22 -07:00
|
|
|
|
2026-03-18 16:01:31 -07:00
|
|
|
export { bluebubblesSetupPlugin } from "./src/channel.setup.js";
|
|
|
|
|
|
|
|
|
|
export default defineSetupPluginEntry(bluebubblesSetupPlugin);
|