UNPKG

@nx/web

Version:

The Nx Plugin for Web Components contains generators for managing Web Component applications and libraries within an Nx workspace. It provides: - Integration with libraries such as Jest, Playwright, Cypress, and Storybook. - Scaffolding for creating bu

21 lines (20 loc) 397 B
export interface Schema { host?: string; port?: number; ssl?: boolean; sslKey?: string; sslCert?: string; proxyUrl?: string; buildTarget?: string; parallel: boolean; maxParallel?: number; withDeps: boolean; proxyOptions?: object; watch?: boolean; spa: boolean; staticFilePath?: string; cors?: boolean; gzip?: boolean; brotli?: boolean; cacheSeconds?: number; }