Files
klz-cables.com/.pnpm-store/v10/files/3d/5e54990758c5c1e075b1bf40c2113177aafd9de07fd869ddaa2f0fe3f66fee0b4ae1093813ebc4f193ccc5a96a3c0c3c441c05089d85426de6fbe89f2aab61
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

13 lines
583 B
Plaintext

Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
const nodeVersion = require('../../nodeVersion.js');
const localVariablesAsync = require('./local-variables-async.js');
const localVariablesSync = require('./local-variables-sync.js');
const localVariablesIntegration = (options = {}) => {
return nodeVersion.NODE_VERSION.major < 19 ? localVariablesSync.localVariablesSyncIntegration(options) : localVariablesAsync.localVariablesAsyncIntegration(options);
};
exports.localVariablesIntegration = localVariablesIntegration;
//# sourceMappingURL=index.js.map