@nrwl/workspace
Version:
7 lines • 466 B
JavaScript
;
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