UNPKG

@zkochan/pnpm

Version:

Fast, disk space efficient package manager

9 lines 381 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const diable = require("diable"); const path = require("path"); const pnpm = path.join(__dirname, 'bin', 'pnpm.js'); exports.default = (storePath) => { return diable.daemonize(pnpm, ['server', 'start', '--store', storePath], { stdio: 'inherit' }); }; //# sourceMappingURL=runServerInBackground.js.map