UNPKG

@wdio/browser-runner

Version:
8 lines 461 B
import type { InlineConfig } from 'vite'; import type { FrameworkPreset } from '../types.js'; export declare const DEFAULT_PROTOCOL = "http"; export declare const DEFAULT_HOSTNAME = "localhost"; export declare const DEFAULT_HOST = "http://localhost"; export declare const PRESET_DEPENDENCIES: Record<FrameworkPreset, [string, string, unknown] | undefined>; export declare const DEFAULT_VITE_CONFIG: Partial<InlineConfig>; //# sourceMappingURL=constants.d.ts.map