fix(release): isolate bundled config docs loading

This commit is contained in:
Vincent Koc
2026-03-18 16:01:31 -07:00
parent 7d8d3d9d77
commit 757c2cc2de
39 changed files with 568 additions and 74 deletions

View File

@@ -1,4 +1,6 @@
import { defineSetupPluginEntry } from "openclaw/plugin-sdk/core";
import { bluebubblesPlugin } from "./src/channel.js";
import { bluebubblesSetupPlugin } from "./src/channel.setup.js";
export default defineSetupPluginEntry(bluebubblesPlugin);
export { bluebubblesSetupPlugin } from "./src/channel.setup.js";
export default defineSetupPluginEntry(bluebubblesSetupPlugin);