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

10 lines (9 loc) 178 B
export interface RemixServeSchema { port: number; devServerPort?: number; debug?: boolean; command?: string; manual?: boolean; tlsKey?: string; tlsCert?: string; }