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