Files
klz-cables.com/.pnpm-store/v10/files/ee/480b46dd5cd50835b802cf13439a0bc0b0c0324620a3a73a3be94978e2b335ce62b60961f0f6f979dbd6b3226cf800d947795e6878c1cb4db122dd67c6dee3
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

3 lines
188 B
Plaintext

import type { Config, SanitizedConfig } from './types.js';
export declare const sanitizeConfig: (incomingConfig: Config) => Promise<SanitizedConfig>;
//# sourceMappingURL=sanitize.d.ts.map