mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-22 11:22:43 +00:00
Update packages/nuxt/src/core/nuxt.ts
Co-authored-by: Daniel Roe <daniel@roe.dev>
This commit is contained in:
parent
8618a33186
commit
59e20758b1
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user