UNPKG

@nx/vite

Version:

The Nx Plugin for building and testing applications using Vite

5 lines 332 B
import { Tree } from '@nx/devkit'; import { InitGeneratorSchema } from '../schema'; export declare function checkDependenciesInstalled(host: Tree, schema: InitGeneratorSchema): Promise<import("@nx/devkit").GeneratorCallback>; export declare function moveToDevDependencies(tree: Tree): () => void; //# sourceMappingURL=utils.d.ts.map