UNPKG

@sentry/wizard

Version:

Sentry wizard helping you to configure your project

3 lines (2 loc) 151 B
import type { ProjectInfo } from './types'; export declare function modifyViteConfig(viteConfigPath: string, projectInfo: ProjectInfo): Promise<void>;