mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 05:10:44 +00:00
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";
|