mirror of https://github.com/openclaw/openclaw.git
fix(ci): route matrix config helper through local barrel
This commit is contained in:
parent
4fd1e1c64f
commit
be1b4e6683
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue