fix(release): isolate bundled config docs loading

This commit is contained in:
Vincent Koc
2026-03-18 16:01:31 -07:00
parent 7d8d3d9d77
commit 757c2cc2de
39 changed files with 568 additions and 74 deletions

View File

@@ -0,0 +1,3 @@
import { buildChannelConfigSchema, TelegramConfigSchema } from "openclaw/plugin-sdk/telegram-core";
export const TelegramChannelConfigSchema = buildChannelConfigSchema(TelegramConfigSchema);