Files
klz-cables.com/.pnpm-store/v10/files/1c/eb64903130dc45d342ba75e02d066268e07686fe4fd5e30a7ac488d2f1760a020867c609c750fe0c628918f121b39d0e9f6c95e9024a3de8e99f42e8b1138e
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
365 B
Plaintext

import type { Config } from './types.js';
/**
* @deprecated - remove in 4.0. This is error-prone, as mutating this object will affect any objects that use the defaults as a base.
*/
export declare const defaults: Omit<Config, 'db' | 'editor' | 'secret'>;
export declare const addDefaultsToConfig: (config: Config) => Config;
//# sourceMappingURL=defaults.d.ts.map