Files
klz-cables.com/.pnpm-store/v10/files/60/69e280becd8050dc582ad4596c1c22e10ecdd3e51dac591230843106d108832c150d0855418d12893527d724d95038dbe87b78da18bf933ea7ea3a55f2f2e7
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

4 lines
80 B
Plaintext

import crypto from 'crypto';
export default {
randomUUID: crypto.randomUUID
};