fix(nuxt)!: bump internal majorVersion to `4`

This commit is contained in:
Daniel Roe 2024-07-01 12:59:24 +01:00
parent 1beddba6a0
commit 7aae4033b8
No known key found for this signature in database
GPG Key ID: CBC814C393D93268
2 changed files with 2 additions and 2 deletions

View File

@ -661,7 +661,7 @@ export async function loadNuxt (opts: LoadNuxtOptions): Promise<Nuxt> {
// Temporary until finding better placement for each
options.appDir = options.alias['#app'] = resolve(distDir, 'app')
options._majorVersion = 3
options._majorVersion = 4
// De-duplicate key arrays
for (const key in options.app.head || {}) {

View File

@ -2,7 +2,7 @@ import { defineUntypedSchema } from 'untyped'
export default defineUntypedSchema({
/** @private */
_majorVersion: 3,
_majorVersion: 4,
/** @private */
_legacyGenerate: false,
/** @private */