Files
klz-cables.com/.pnpm-store/v10/files/3c/76a7a35604634a8e26665a3574bf7a8357f7caf94181290876811d759da8f596c428042cf0615ff8455955390dc56710d9b905bbbd93c8647b1c9910e26baf
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

7 lines
338 B
Plaintext

/**
* Returns an environment setting value determined by Vercel's `VERCEL_ENV` environment variable.
*
* @param isClient Flag to indicate whether to use the `NEXT_PUBLIC_` prefixed version of the environment variable.
*/
export declare function getVercelEnv(isClient: boolean): string | undefined;
//# sourceMappingURL=vercel.d.ts.map