export interface ServeExecutorSchema { main: string; cmd?: string; cwd?: string; args?: string[]; flags?: string[]; }