mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 10:30:44 +00:00
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:
@@ -1,2 +1,3 @@
|
||||
export { feishuPlugin } from "./src/channel.js";
|
||||
export { feishuSetupAdapter } from "./src/setup-core.js";
|
||||
export { feishuSetupWizard } from "./src/setup-surface.js";
|
||||
|
||||
Reference in New Issue
Block a user