Files
openclaw/extensions/qa-channel/setup-entry.ts
Peter Steinberger 3978d44fa8 fix(qa): restore release channel reply checks
(cherry picked from commit 96a21e2553)
2026-04-28 22:49:26 +01:00

14 lines
358 B
TypeScript

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