Files
klz-cables.com/.pnpm-store/v10/files/11/87e91ee4e00041f388772aa1f3f6febd6f94fe1988d284ab76764fb3d8ad61c7678fef9c501c824021c5421fb066cc72614a38a9af85a6c87ef45b5fd17762
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

4 lines
107 B
Plaintext

import type { Plugin } from "ajv";
declare const prohibited: Plugin<undefined>;
export default prohibited;