UNPKG

@nx/vite

Version:

The Nx Plugin for building and testing applications using Vite

10 lines (9 loc) 239 B
export interface InitGeneratorSchema { skipFormat?: boolean; addTsPathsPlugin?: boolean; skipPackageJson?: boolean; keepExistingVersions?: boolean; updatePackageScripts?: boolean; addPlugin?: boolean; vitestOnly?: boolean; }