export interface VitePreviewServerExecutorOptions {
  buildTarget: string;
  proxyConfig?: string;
  staticFilePath?: string;
  watch?: boolean;
}
