mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-15 19:21:08 +00:00
fix(runtime): bypass get-reply barrel exports
This commit is contained in:
@@ -1 +1 @@
|
||||
export { getReplyFromConfig } from "./reply.js";
|
||||
export { getReplyFromConfig } from "./reply/get-reply.js";
|
||||
|
||||
@@ -1 +1 @@
|
||||
export { getReplyFromConfig } from "../reply.js";
|
||||
export { getReplyFromConfig } from "./get-reply.js";
|
||||
|
||||
@@ -26,7 +26,7 @@ export {
|
||||
stripHeartbeatToken,
|
||||
} from "../auto-reply/heartbeat.js";
|
||||
export { resolveHeartbeatReplyPayload } from "../auto-reply/heartbeat-reply-payload.js";
|
||||
export { getReplyFromConfig } from "../auto-reply/reply.js";
|
||||
export { getReplyFromConfig } from "../auto-reply/reply/get-reply.js";
|
||||
export { HEARTBEAT_TOKEN, isSilentReplyText, SILENT_REPLY_TOKEN } from "../auto-reply/tokens.js";
|
||||
export { isAbortRequestText } from "../auto-reply/reply/abort.js";
|
||||
export { isBtwRequestText } from "../auto-reply/reply/btw-command.js";
|
||||
|
||||
Reference in New Issue
Block a user