UNPKG

nx

Version:

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

13 lines (12 loc) 484 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.workspaceRoot = exports.appRootPath = void 0; // TODO(v16): Remove this file const workspace_root_1 = require("./workspace-root"); Object.defineProperty(exports, "workspaceRoot", { enumerable: true, get: function () { return workspace_root_1.workspaceRoot; } }); /** * The root of the workspace. * * @deprecated use workspaceRoot instead */ exports.appRootPath = workspace_root_1.workspaceRoot;