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 404 B
/** * Get the installed Next.js major version at runtime without requiring a Tree object. * This is useful for executors that need to detect the Next.js version during execution. * * @returns The major version number of the installed Next.js package, or null if not found */ export declare function getInstalledNextVersionRuntime(): number | null; //# sourceMappingURL=runtime-version-utils.d.ts.map