export interface IServerOption { host: string | boolean; port?: string | number; strictPort: boolean; proxy?: string; cors?: string; headers?: Record; hmr: boolean; }