File: /var/www/web.enelar.com.co/node_modules/nx/src/utils/app-root.js
"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;