????

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/npm.runner.js

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