5 lines
182 B
TypeScript
Raw Normal View History

import { defineSetupPluginEntry } from "openclaw/plugin-sdk/core";
2026-03-15 20:39:37 -07:00
import { synologyChatPlugin } from "./src/channel.js";
export default defineSetupPluginEntry(synologyChatPlugin);