pwsh
Version:
Install PowerShell Core via npm, allowing you to use it in npm scripts and node projects.
8 lines • 321 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.__root = void 0;
// expose root directory of module installation at runtime
// Because using __dirname in webpack gets tricky
var Path = require("path");
exports.__root = Path.resolve(__dirname, '..');
//# sourceMappingURL=__root.js.map