Files
klz-cables.com/.pnpm-store/v10/files/ff/9ffcaa79c1afd63e1c475bcb4d3d82f286742971b8d166a754d25817a5fa63e624b259e55e89bd8f10c8986cbc5d6590811bd7326234bc3a8b0bc938dcfcd4
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

12 lines
199 B
Plaintext

import baseConfig from './config.base.js';
import pkg from './packageJson.js';
export default {
...baseConfig,
output: {
...baseConfig.output,
file: pkg.main,
format: 'cjs',
},
};