fix(feishu): keep setup entry off runtime SDK (#70339)

Load Feishu setup surfaces through a setup-only barrel so onboarding does not import the Lark SDK before bundled runtime deps are staged.\n\nThanks @andrejtr.\n\nCo-authored-by: andrejtr <64274971+andrejtr@users.noreply.github.com>
This commit is contained in:
Andrej Trogrlić
2026-04-23 19:42:06 +02:00
committed by GitHub
parent 184c4e3788
commit 23c90aeed4
4 changed files with 17 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ import { defineBundledChannelSetupEntry } from "openclaw/plugin-sdk/channel-entr
export default defineBundledChannelSetupEntry({
importMetaUrl: import.meta.url,
plugin: {
specifier: "./api.js",
specifier: "./setup-api.js",
exportName: "feishuPlugin",
},
secrets: {