mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-15 07:04:01 -06:00
5 lines
176 B
TypeScript
5 lines
176 B
TypeScript
import { defineSetupPluginEntry } from "openclaw/plugin-sdk/core";
|
|
import { qaChannelPlugin } from "./src/channel.js";
|
|
|
|
export default defineSetupPluginEntry(qaChannelPlugin);
|