Files
klz-cables.com/.pnpm-store/v10/files/23/027c69100f0d9fe4aa3ae7ed78a8b284a76a7b8f3052c4a19fbffcb0b3a0c7f96fb2c32157e6f15734e8b8a8969da9b286bd8b9cfa18d12c5b33842e422384
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

7 lines
169 B
Plaintext

import { readFileSync } from 'fs';
import { join } from 'path';
export default JSON.parse(
readFileSync(join(process.cwd(), 'package.json'), { encoding: 'utf8' })
);