UNPKG

@nrwl/workspace

Version:

Smart, Fast and Extensible Build System.

7 lines 466 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.workspaceRoot = exports.appRootPath = void 0; var app_root_1 = require("nx/src/utils/app-root"); Object.defineProperty(exports, "appRootPath", { enumerable: true, get: function () { return app_root_1.appRootPath; } }); Object.defineProperty(exports, "workspaceRoot", { enumerable: true, get: function () { return app_root_1.workspaceRoot; } }); //# sourceMappingURL=app-root.js.map