Files
klz-cables.com/.pnpm-store/v10/files/52/a5aba23ae109fd87c02d4bee731e3ff07c8110efbcdcf3a260aaa1145f887d604b2d8fb2636ffe8fac02fc5f48b3bcb31f421565ee4cc501bbeb6f096bb3a9
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
85 B
Plaintext

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