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

30 lines
496 B
Plaintext

/**
* @type {import('../../helper').OptionsSchema}
*/
module.exports = {
env: {
param: '--env',
type: 'string',
},
started: {
param: '--started',
type: 'number',
},
finished: {
param: '--finished',
type: 'number',
},
time: {
param: '--time',
type: 'number',
},
name: {
param: '--name',
type: 'string',
},
url: {
param: '--url',
type: 'string',
},
};