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

7 lines 504 B
import { Tree } from '@nx/devkit'; import type { AppConfig } from '@remix-run/dev'; export declare function getRemixConfigPathDetails(tree: Tree, projectName: string): string[]; export declare function getRemixConfigPath(tree: Tree, projectName: string): string; export declare function getRemixConfigPathFromProjectRoot(tree: Tree, projectRoot: string): string; export declare function getRemixConfigValues(tree: Tree, projectName: string): Promise<AppConfig>; //# sourceMappingURL=remix-config.d.ts.map