fix(ci): route final feishu helper barrels locally

This commit is contained in:
Peter Steinberger
2026-04-03 13:45:56 +01:00
parent a3b9ae8fab
commit da1980b923
2 changed files with 2 additions and 2 deletions

View File

@@ -2,4 +2,4 @@ export {
createDedupeCache,
createPersistentDedupe,
readJsonFileWithFallback,
} from "openclaw/plugin-sdk/feishu";
} from "../runtime-api.js";

View File

@@ -1,2 +1,2 @@
export type { ClawdbotConfig, OutboundIdentity, ReplyPayload, RuntimeEnv } from "../runtime-api.js";
export { createReplyPrefixContext } from "openclaw/plugin-sdk/feishu";
export { createReplyPrefixContext } from "../runtime-api.js";