UNPKG

@nx/vite

Version:

The Nx Plugin for building and testing applications using Vite

14 lines (13 loc) 332 B
export interface InitGeneratorSchema { skipFormat?: boolean; setupPathsPlugin?: boolean; skipPackageJson?: boolean; keepExistingVersions?: boolean; updatePackageScripts?: boolean; addPlugin?: boolean; vitestOnly?: boolean; useViteV5?: boolean; useViteV6?: boolean; useViteV7?: boolean; projectRoot?: string; }