Files
klz-cables.com/.pnpm-store/v10/files/80/ba2fd698198bd1eb9aaa31f25267a5c15a153f78a704c8e7617656c699acf75f3ffbb7c6730cd3118f5ebe01e16f853340db82ef2c3945e9da03145f1934c2
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
77 B
Plaintext

function defineCodec(factory) {
return factory;
}
export { defineCodec };