UNPKG

@lcap/builder

Version:
9 lines (8 loc) 279 B
import { type Plugin } from 'vite'; export interface LcapViteConfigPluginOptions { framework: string; destDir?: string; type: 'nasl.ui' | 'extension'; rootPath: string; } export default function lcapViteConfigPlugin(options: LcapViteConfigPluginOptions): Plugin;