export interface DevServerExecutorSchema { port: number; host: string; hotOnly: boolean; open: boolean; }