diff --git a/bin/koa.js b/bin/koa.js index 84ddf5c..2c1f523 100644 --- a/bin/koa.js +++ b/bin/koa.js @@ -32,14 +32,14 @@ var __importDefault = (this && this.__importDefault) || function (mod) { }; Object.defineProperty(exports, "__esModule", { value: true }); exports.Koa = void 0; -const cli_1 = require("../extend/cli"); +const generator_1 = require("../extend/generator"); const os = __importStar(require("os")); const console_1 = require("../extend/console"); const child_process_1 = require("child_process"); const ora_1 = __importDefault(require("ora")); const path_1 = require("path"); // Koa 命令行 -class Koa extends cli_1.Cli { +class Koa extends generator_1.Generator { constructor() { super(); this.command = ``;