Files
klz-cables.com/.pnpm-store/v10/files/91/691cceb42aba9b1eea6724b9a77e108cfdff08e08e6e02e57466374cc5289d3ce973665bcc528c7845281c1fab282f6eb21572aeaf54ad3f5657051d140c14
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
211 B
Plaintext

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