5 lines
180 B
TypeScript
Raw Normal View History

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