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
7 lines
365 B
Plaintext
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 |