Files
klz-cables.com/.pnpm-store/v10/files/60/93b3c4383b881eb00848a56b25324d6ba7938b1691ba2b13547a1f6b9e6f636729a22c78505a5e1fd85f00bead8b09f548ee3cd4df3f2cf275661ff0652d59
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
187 B
Plaintext

import type {Plugin} from "ajv"
import getDef from "../definitions/range"
const range: Plugin<undefined> = (ajv) => ajv.addKeyword(getDef())
export default range
module.exports = range