UNPKG

@nx/vite

Version:

The Nx Plugin for building and testing applications using Vite

8 lines 459 B
import { Tree } from '@nx/devkit'; import { VitestGeneratorSchema } from './schema'; /** * @deprecated Use `@nx/vitest:configuration` instead. This generator will be removed in Nx 23. */ export declare function vitestGenerator(tree: Tree, schema: VitestGeneratorSchema, hasPlugin?: boolean, suppressDeprecationWarning?: boolean): Promise<import("@nx/devkit").GeneratorCallback>; export default vitestGenerator; //# sourceMappingURL=vitest-generator.d.ts.map