更改依赖的项目文件
This commit is contained in:
parent
9fd20b9647
commit
b2bb2ee6f7
@ -32,14 +32,14 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|||||||
};
|
};
|
||||||
Object.defineProperty(exports, "__esModule", { value: true });
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||||||
exports.Koa = void 0;
|
exports.Koa = void 0;
|
||||||
const cli_1 = require("../extend/cli");
|
const generator_1 = require("../extend/generator");
|
||||||
const os = __importStar(require("os"));
|
const os = __importStar(require("os"));
|
||||||
const console_1 = require("../extend/console");
|
const console_1 = require("../extend/console");
|
||||||
const child_process_1 = require("child_process");
|
const child_process_1 = require("child_process");
|
||||||
const ora_1 = __importDefault(require("ora"));
|
const ora_1 = __importDefault(require("ora"));
|
||||||
const path_1 = require("path");
|
const path_1 = require("path");
|
||||||
// Koa 命令行
|
// Koa 命令行
|
||||||
class Koa extends cli_1.Cli {
|
class Koa extends generator_1.Generator {
|
||||||
constructor() {
|
constructor() {
|
||||||
super();
|
super();
|
||||||
this.command = ``;
|
this.command = ``;
|
||||||
|
Loading…
Reference in New Issue
Block a user