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