No point in asking

This commit is contained in:
Pitu 2019-03-12 04:45:52 +00:00
parent 390eeb9b07
commit 3653884560
1 changed files with 0 additions and 9 deletions

View File

@ -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();