Files
klz-cables.com/.pnpm-store/v10/files/44/0cb4dfe91b8531e7806277a988e6ba0ba29bd66313864b3aa2d35af1f785797e2a56bc2e45d7ada9f634dd8330e754f0dc99c36a4a1f020401724efb2ae2da
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

6 lines
190 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