UNPKG

@nrwl/workspace

Version:

The Workspace plugin contains executors and generators that are useful for any Nx workspace. It should be present in every Nx workspace and other plugins build on it.

8 lines 482 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.workspaceRoot = exports.appRootPath = void 0; // TODO(v15): Remove this file var devkit_1 = require("@nrwl/devkit"); Object.defineProperty(exports, "appRootPath", { enumerable: true, get: function () { return devkit_1.appRootPath; } }); Object.defineProperty(exports, "workspaceRoot", { enumerable: true, get: function () { return devkit_1.workspaceRoot; } }); //# sourceMappingURL=app-root.js.map