浏览代码

No point in asking

Pitu 6 年之前
父节点
当前提交
3653884560
共有 1 个文件被更改,包括 0 次插入9 次删除
  1. 0 9
      src/wizard.js

+ 0 - 9
src/wizard.js

@@ -7,15 +7,6 @@ qoa.config({
 });
 
 async function start() {
-	const confirm = await qoa.confirm({
-		type: 'confirm',
-		query: 'Would you like to run the setup wizard now?',
-		handle: 'run',
-		accept: 'y',
-		deny: 'n'
-	});
-	if (!confirm.run) process.exit(0);
-
 	console.log();
 	console.log('You can manually edit .env file after the wizard to edit values');
 	console.log();