mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-15 07:04:01 -06:00
23c90aeed4
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>
4 lines
167 B
TypeScript
4 lines
167 B
TypeScript
export { feishuPlugin } from "./src/channel.js";
|
|
export { feishuSetupAdapter } from "./src/setup-core.js";
|
|
export { feishuSetupWizard } from "./src/setup-surface.js";
|