nx
Version:
13 lines (12 loc) • 484 B
JavaScript
;
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;