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

1 line
501 B
Plaintext

{"version":3,"file":"isBuild.js","sources":["../../../../src/common/utils/isBuild.ts"],"sourcesContent":["import { PHASE_PRODUCTION_BUILD } from 'next/constants';\n\n/**\n * Decide if the currently running process is part of the build phase or happening at runtime.\n */\nexport function isBuild(): boolean {\n return process.env.NEXT_PHASE === PHASE_PRODUCTION_BUILD;\n}\n"],"names":[],"mappings":";;AAEA;AACA;AACA;AACO,SAAS,OAAO,GAAY;AACnC,EAAE,OAAO,OAAO,CAAC,GAAG,CAAC,UAAA,KAAe,sBAAsB;AAC1D;;;;"}