mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-18 21:40:53 +00:00
6 lines
106 B
TypeScript
6 lines
106 B
TypeScript
import { synologyChatPlugin } from "./src/channel.js";
|
|
|
|
export default {
|
|
plugin: synologyChatPlugin,
|
|
};
|