????

Your IP : 216.73.216.64


Current Path : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/node_modules/@nestjs/cli/lib/runners/
Upload File :
Current File : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/node_modules/@nestjs/cli/lib/runners/pnpm.runner.js

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.PnpmRunner = void 0;
const abstract_runner_1 = require("./abstract.runner");
class PnpmRunner extends abstract_runner_1.AbstractRunner {
    constructor() {
        super('pnpm');
    }
}
exports.PnpmRunner = PnpmRunner;