openclaw/extensions/line/setup-entry.ts

7 lines
249 B
TypeScript

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