Files
klz-cables.com/.pnpm-store/v10/files/26/12b1e3833db8c77246e277b6fe5ad3009565853a7b61c61af1bbdd650cc9955b307315f9c8949fc9fe72ac1aa66d68e6e5645f10e6a2c6482f840c9bd4f80c
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

5 lines
184 B
Plaintext

/**
* Decide if the currently running process is part of the build phase or happening at runtime.
*/
export declare function isBuild(): boolean;
//# sourceMappingURL=isBuild.d.ts.map