mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-15 02:45:16 +00:00
fix(ci): route matrix config helper through local barrel
This commit is contained in:
@@ -3,7 +3,7 @@ export {
|
||||
normalizeAccountId,
|
||||
normalizeOptionalAccountId,
|
||||
} from "openclaw/plugin-sdk/account-id";
|
||||
export { isPrivateOrLoopbackHost } from "openclaw/plugin-sdk/matrix";
|
||||
export { isPrivateOrLoopbackHost } from "../../runtime-api.js";
|
||||
export {
|
||||
assertHttpUrlTargetsPrivateNetwork,
|
||||
ssrfPolicyFromAllowPrivateNetwork,
|
||||
|
||||
Reference in New Issue
Block a user