5 lines
184 B
TypeScript
Raw Normal View History

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