Files
openclaw/extensions/mattermost/setup-entry.ts
2026-04-06 04:40:47 +01:00

10 lines
268 B
TypeScript

import { defineBundledChannelSetupEntry } from "openclaw/plugin-sdk/channel-entry-contract";
export default defineBundledChannelSetupEntry({
importMetaUrl: import.meta.url,
plugin: {
specifier: "./src/channel.js",
exportName: "mattermostPlugin",
},
});