UNPKG

@nx/next

Version:

The Next.js plugin for Nx contains executors and generators for managing Next.js applications and libraries within an Nx workspace. It provides: - Scaffolding for creating, building, serving, linting, and testing Next.js applications. - Integration wit

8 lines 280 B
import { Tree } from '@nx/devkit'; interface Schema { project?: string; skipFormat?: boolean; } export declare function convertToInferred(tree: Tree, options: Schema): Promise<() => void>; export default convertToInferred; //# sourceMappingURL=convert-to-inferred.d.ts.map