mirror of
https://fastgit.cc/github.com/openclaw/openclaw
synced 2026-04-22 13:52:19 +08:00
5 lines
170 B
TypeScript
5 lines
170 B
TypeScript
import { defineSetupPluginEntry } from "openclaw/plugin-sdk/core";
|
|
import { matrixPlugin } from "./src/channel.js";
|
|
|
|
export default defineSetupPluginEntry(matrixPlugin);
|