fix(schema): update type import to nitropack

This commit is contained in:
Daniel Roe 2025-02-08 21:17:07 +00:00
parent b91ecec8c7
commit aba75bd5a5
No known key found for this signature in database
GPG Key ID: CBC814C393D93268

View File

@ -1,4 +1,4 @@
import type { NitroOptions } from 'nitro/types'
import type { NitroOptions } from 'nitropack'
import type { NuxtModule } from './module'
export interface NuxtDebugContext {