UNPKG

@nx-plugins/vite

Version:

The Nx Plugin for Vite that contains executors, generators, and utilities for managing Vite applications and libraries within an Nx workspace.

4 lines (3 loc) 179 B
import { Tree } from '@nrwl/devkit'; import { LibraryGeneratorSchema } from '../schema'; export declare function createFiles(tree: Tree, schema: LibraryGeneratorSchema): void;