maildev
Version:
SMTP Server and Web Interface for reading and testing emails during development
16 lines • 442 B
TypeScript
/**
* MailDev CLI Default Configuration
*
* Default values matching v2 behavior for backward compatibility
*/
import type { MailDevConfig } from './types.js';
/**
* Default configuration values
* These match the v2 defaults exactly
*/
export declare const DEFAULT_CONFIG: MailDevConfig;
/**
* Get a copy of the default configuration
*/
export declare function getDefaultConfig(): MailDevConfig;
//# sourceMappingURL=defaults.d.ts.map