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 488 B
import { type Tree, type TargetConfiguration } from '@nx/devkit'; import { AggregatedLog } from '@nx/devkit/src/generators/plugin-migrations/aggregate-log-util'; export declare function servePostTargetTransformer(migrationLogs: AggregatedLog): (target: TargetConfiguration, tree: Tree, projectDetails: { projectName: string; root: string; }, inferredTargetConfiguration: TargetConfiguration) => TargetConfiguration<any>; //# sourceMappingURL=serve-post-target-transformer.d.ts.map