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.
v4
1 parent bf46b4f commit beb7fb4Copy full SHA for beb7fb4
packages/nuxi/src/commands/init.ts
@@ -20,7 +20,7 @@ import { logger } from '../utils/logger'
20
import { cwdArgs, logLevelArgs } from './_shared'
21
22
const DEFAULT_REGISTRY = 'https://raw.githubusercontent.com/nuxt/starter/templates/templates'
23
-const DEFAULT_TEMPLATE_NAME = 'v3'
+const DEFAULT_TEMPLATE_NAME = 'v4'
24
25
const pms: Record<PackageManagerName, undefined> = {
26
npm: undefined,
0 commit comments