We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b80d5ec commit c2b7529Copy full SHA for c2b7529
packages/create-vite/src/index.ts
@@ -343,14 +343,14 @@ async function init() {
343
` is not empty. Please choose how to proceed:`,
344
initial: 0,
345
choices: [
346
- {
347
- title: 'Remove existing files and continue',
348
- value: 'yes',
349
- },
350
{
351
title: 'Cancel operation',
352
value: 'no',
353
},
+ {
+ title: 'Remove existing files and continue',
+ value: 'yes',
+ },
354
355
title: 'Ignore files and continue',
356
value: 'ignore',
0 commit comments