Skip to content

Commit beb7fb4

Browse files
committed
fix: update default template name to v4
1 parent bf46b4f commit beb7fb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nuxi/src/commands/init.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import { logger } from '../utils/logger'
2020
import { cwdArgs, logLevelArgs } from './_shared'
2121

2222
const DEFAULT_REGISTRY = 'https://raw.githubusercontent.com/nuxt/starter/templates/templates'
23-
const DEFAULT_TEMPLATE_NAME = 'v3'
23+
const DEFAULT_TEMPLATE_NAME = 'v4'
2424

2525
const pms: Record<PackageManagerName, undefined> = {
2626
npm: undefined,

0 commit comments

Comments
 (0)