Files
klz-cables.com/.pnpm-store/v10/files/86/cce6d38a1697ed49964019ef71bfd282738b2879b8b81077f33b8f2a4cf2fcdb18ed9394afb1145a83f7705a82b93442b57966e3825c3cfaa68096e057baaf
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
103 B
Plaintext

var resolve = require('../');
var res = resolve.sync('tap', { basedir: __dirname });
console.log(res);