export interface ServeExecutorSchema { meshYmlPath: string; envFile?: string; tsConfigPath: string; mainPath: string; rootPath: string; }