Skip to content

Commit aba75bd

Browse files
committed
fix(schema): update type import to nitropack
1 parent b91ecec commit aba75bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/schema/src/types/debug.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { NitroOptions } from 'nitro/types'
1+
import type { NitroOptions } from 'nitropack'
22
import type { NuxtModule } from './module'
33

44
export interface NuxtDebugContext {

0 commit comments

Comments
 (0)