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

6 lines 512 B
import { type Tree } from '@nx/devkit'; import { type CypressComponentConfigurationSchema } from './schema'; export declare function cypressComponentConfigurationGenerator(tree: Tree, options: CypressComponentConfigurationSchema): Promise<void>; export declare function cypressComponentConfigurationGeneratorInternal(tree: Tree, options: CypressComponentConfigurationSchema): Promise<void>; export default cypressComponentConfigurationGenerator; //# sourceMappingURL=cypress-component-configuration.impl.d.ts.map