Skip to content

Commit 0399e22

Browse files
committed
fix(init): default to false for installing official modules
1 parent 14fadb0 commit 0399e22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/nuxi/src/commands/init.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,7 @@ export default defineCommand({
378378
const wantsUserModules = await logger.prompt(
379379
`Would you like to install any of the official modules?`,
380380
{
381+
initial: false,
381382
type: 'confirm',
382383
cancel: 'reject',
383384
},

0 commit comments

Comments
 (0)