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

17 lines (16 loc) 476 B
{ "builders": { "file-server": { "implementation": "./src/executors/file-server/compat", "schema": "./src/executors/file-server/schema.json", "description": "Serve a web application from a folder." } }, "executors": { "file-server": { "implementation": "./src/executors/file-server/file-server.impl", "schema": "./src/executors/file-server/schema.json", "description": "Serve a web application from a folder." } } }