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

6 lines (5 loc) 254 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const devkit_1 = require("@nx/devkit"); const file_server_impl_1 = require("./file-server.impl"); exports.default = (0, devkit_1.convertNxExecutor)(file_server_impl_1.default);