Update packages/nuxt/src/core/nuxt.ts

Co-authored-by: Daniel Roe <daniel@roe.dev>
This commit is contained in:
Julien Huang 2025-01-11 21:36:58 +01:00 committed by GitHub
parent 8618a33186
commit 59e20758b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@ import { gt, satisfies } from 'semver'
import { hasTTY, isCI } from 'std-env'
import { genImport } from 'knitwork'
import { randomUUID } from 'uncrypto'
import { randomUUID } from 'node:crypto'
import { installNuxtModule } from '../core/features'
import pagesModule from '../pages/module'
import metaModule from '../head/module'