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.

15 lines (14 loc) 342 B
export interface ViteExecutorSchema { viteConfig: string; host?: string; port?: number; https?: boolean; open?: string; cors?: boolean; strictPort?: boolean; force?: boolean; base?: string; logLevel?: "error" | "warn" | "info" | "silent"; clearScreen?: boolean; mode?: string; }