openclaw/extensions/zalouser/setup-entry.ts

7 lines
253 B
TypeScript

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