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

10 lines 372 B
import { type Tree } from '@nx/devkit'; interface WebStaticServeSchema { buildTarget: string; outputPath?: string; targetName?: string; spa?: boolean; } export declare function webStaticServeGenerator(tree: Tree, options: WebStaticServeSchema): Promise<void>; export default webStaticServeGenerator; //# sourceMappingURL=static-serve-configuration.d.ts.map