Files
klz-cables.com/.pnpm-store/v10/files/ad/0875196c995f8e92cfc189e5028cfeec56f8fe4a57401d013e0a716dbbc24efb4fbf77d9c95c2d7497fbbd8d2b06450d9ae5477f691cfcd68dd9ce7f39cd18
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

11 lines
409 B
Plaintext

/**
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
*/
'use strict'
const LexicalComposerContext = process.env.NODE_ENV !== 'production' ? require('./LexicalComposerContext.dev.js') : require('./LexicalComposerContext.prod.js');
module.exports = LexicalComposerContext;