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

8 lines
218 B
Plaintext

'use strict';
if (process.env.NODE_ENV === "production") {
module.exports = require("./react-select-async-creatable.cjs.prod.js");
} else {
module.exports = require("./react-select-async-creatable.cjs.dev.js");
}