Files
klz-cables.com/.pnpm-store/v10/files/2a/9751d9d39ae656fa9f98c3383f1d6094386c343ea064cd491b2c4046de32f864c00bef8432018e798ce59f6ca44346eae497601aea71446739272a7aa073bd
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
144 B
Plaintext

export declare const isDevelopment: boolean;
export declare const isNextBuild: boolean;
export declare const isDevelopmentOrNextBuild: boolean;