mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-04 19:30:20 +00:00
refactor: dedupe channel entrypoints and test bridges
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import { defineSetupPluginEntry } from "openclaw/plugin-sdk/core";
|
||||
import { matrixPlugin } from "./src/channel.js";
|
||||
|
||||
export default {
|
||||
plugin: matrixPlugin,
|
||||
};
|
||||
export default defineSetupPluginEntry(matrixPlugin);
|
||||
|
||||
Reference in New Issue
Block a user