Files
klz-cables.com/.pnpm-store/v10/files/20/5e9b6baffbb75a16160120ea4593f4b216e9dee4e2005623571e0679a75b203a8444ba7331048beb65e144b92d7a715dbe86a11de2f8c73a942b35487e7520
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

8 lines
240 B
Plaintext

import { QueryComplexity } from './QueryComplexity.js';
export function createComplexityRule(options) {
return (context)=>{
return new QueryComplexity(context, options);
};
}
//# sourceMappingURL=createComplexityRule.js.map