UNPKG

nx

Version:

The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration.

9 lines (8 loc) 200 B
import { workspaceRoot } from './workspace-root'; /** * The root of the workspace. * * @deprecated use workspaceRoot instead */ export declare const appRootPath: string; export { workspaceRoot };