Files
klz-cables.com/.pnpm-store/v10/files/c0/05e35d2b5c8a1ed219bf079297074f346d04e9f1080abcba7995f1e656856634b4250bb81cce30c8ee2ac9ed33462a172992cdbede9f4e1ccc1184fe3c4fcf
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

8 lines
420 B
Plaintext

/**
* Parse the spotlight option with proper precedence:
* - `false` or explicit string from options: use as-is
* - `true`: enable spotlight, but prefer a custom URL from the env var if set
* - `undefined`: defer entirely to the env var (bool or URL)
*/
export declare function getSpotlightConfig(optionsSpotlight: boolean | string | undefined): boolean | string | undefined;
//# sourceMappingURL=spotlight.d.ts.map