fix(ci): route matrix config helper through local barrel

This commit is contained in:
Vincent Koc
2026-04-02 13:52:54 +09:00
parent 4fd1e1c64f
commit be1b4e6683

View File

@@ -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,