mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-03 21:31:26 +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