Files
klz-cables.com/.pnpm-store/v10/files/cb/aae7af82e32f2d4e7f487a2a1f488322969d777ebde308443cfa0ab39b13402dc3cff55d5727065cce4770adab0f28ff41a4abf058da3ad70ea3ae101a8cd7
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

1 line
883 B
Plaintext

{"version":3,"sources":["../../src/utilities/copyFile.ts"],"sourcesContent":["/* eslint-disable no-console */\nimport fs from 'fs'\n\nexport function copyFile(source: string, destination: string) {\n fs.copyFile(source, destination, (err) => {\n if (err) {\n // Handle error\n console.error(`Error copying file from ${source} to ${destination}:`, err)\n return\n }\n console.log(`File copied successfully from ${source} to ${destination}.`)\n })\n}\n"],"names":["fs","copyFile","source","destination","err","console","error","log"],"mappings":"AAAA,6BAA6B,GAC7B,OAAOA,QAAQ,KAAI;AAEnB,OAAO,SAASC,SAASC,MAAc,EAAEC,WAAmB;IAC1DH,GAAGC,QAAQ,CAACC,QAAQC,aAAa,CAACC;QAChC,IAAIA,KAAK;YACP,eAAe;YACfC,QAAQC,KAAK,CAAC,CAAC,wBAAwB,EAAEJ,OAAO,IAAI,EAAEC,YAAY,CAAC,CAAC,EAAEC;YACtE;QACF;QACAC,QAAQE,GAAG,CAAC,CAAC,8BAA8B,EAAEL,OAAO,IAAI,EAAEC,YAAY,CAAC,CAAC;IAC1E;AACF"}