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 262 B
import { type Tree } from '@nx/devkit'; export declare function ignoreViteTempFiles(tree: Tree, projectRoot?: string | undefined): Promise<void>; export declare function isEslintInstalled(tree: Tree): boolean; //# sourceMappingURL=ignore-vite-temp-files.d.ts.map