Files
klz-cables.com/.pnpm-store/v10/files/ca/ed81d3e4d6e57968e944fed61728f7873c928256f81c14c75e8d417277500f88ff0b01d879e40418d58ce1890e74ab0afd498dfb35548abd006a0b854639b4
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

7 lines
105 B
Plaintext

export interface Config {
disabled: boolean;
}
declare const config: Config;
export default config;