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

9 lines (8 loc) 227 B
export interface RemixBuildSchema { generateLockfile?: boolean; generatePackageJson?: boolean; includeDevDependenciesInPackageJson?: boolean; outputPath: string; skipPackageManager?: boolean; sourcemap?: boolean; }