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

9 lines 314 B
import { ExecutorContext } from '@nx/devkit'; import { Schema } from './schema'; export default function fileServerExecutor(options: Schema, context: ExecutorContext): AsyncGenerator<{ success: boolean; baseUrl: string; }, { success: boolean; }, unknown>; //# sourceMappingURL=file-server.impl.d.ts.map