Files
klz-cables.com/.pnpm-store/v10/files/bf/b7c4afa5dca8c534a3d39df4d7bf8fbf6c064232be7ec6b8378abf022864f6043a175a4a69138fe691441308ed7365b732059b707c83cd7f2f8b18221bba72
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
207 B
Plaintext

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