UNPKG

@nx/remix

Version:

The Remix plugin for Nx contains executors and generators for managing Remix applications and libraries within an Nx workspace. It provides: - Integration with libraries such as Vitest, Jest, Playwright, Cypress, and Storybook. - Generators for applica

4 lines 256 B
import { type Tree, GeneratorCallback } from '@nx/devkit'; import { type NormalizedSchema } from './normalize-options'; export declare function addE2E(tree: Tree, options: NormalizedSchema): Promise<GeneratorCallback>; //# sourceMappingURL=add-e2e.d.ts.map