Skip to content

Commit

Permalink
fix: cli删除console (opentiny#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
Muyu-art authored Sep 10, 2024
1 parent f1b9473 commit 6418e2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/toolkits/pro/src/lib/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,6 @@ const createProjectSync = (answers: ProjectInfo) => {
const from = utils.getTemplatePath(templatePath);
// 复制模板的目标目录
const to = utils.getDistPath(serverConfirm ? `${name}/web` : name);
console.log(from, to);
fs.copyTpl(from, to);
// 将项目名称、描述写入 package.json中
try {
Expand Down

0 comments on commit 6418e2e

Please sign in to comment.