UNPKG

@nx/vite

Version:

The Nx Plugin for building and testing applications using Vite

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