export interface ViteDevServerExecutorOptions {
  buildTarget: string;
  buildLibsFromSource?: boolean;
  proxyConfig?: string;
}
