Files
klz-cables.com/.pnpm-store/v10/files/b5/e8af9bff697aa4f0ece73a1b5ba883adb3829edf4ec43470b86688316985bbc474f38f25ae0f96d374086ad3ff7a5e55b8067cf54ed8ed64519ad348e993db
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/oneRequired"
const oneRequired: Plugin<undefined> = (ajv) => ajv.addKeyword(getDef())
export default oneRequired
module.exports = oneRequired