mirror of
https://github.com/nuxt/nuxt.git
synced 2025-03-21 00:35:55 +00:00
test: update nitro type import
This commit is contained in:
parent
d7623f884c
commit
8f61d0090b
@ -1,8 +1,7 @@
|
|||||||
// @ts-expect-error untyped
|
// @ts-expect-error untyped
|
||||||
import '#nitro-internal-pollyfills'
|
import '#nitro-internal-pollyfills'
|
||||||
import type { NitroApp } from 'nitro/types'
|
import type { NitroApp } from 'nitropack'
|
||||||
// @ts-expect-error untyped
|
import { useNitroApp } from '#internal/nitro'
|
||||||
import { useNitroApp } from 'nitropack/runtime'
|
|
||||||
|
|
||||||
const nitroApp = useNitroApp()
|
const nitroApp = useNitroApp()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user