UNPKG

@nx/vite

Version:

The Nx Plugin for building and testing applications using Vite

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