test: update nitro type import

This commit is contained in:
Daniel Roe 2025-03-04 23:34:10 +00:00
parent d7623f884c
commit 8f61d0090b
No known key found for this signature in database
GPG Key ID: CBC814C393D93268

View File

@ -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()