Skip to content

Commit

Permalink
fix: nuxtApp 类型错误
Browse files Browse the repository at this point in the history
  • Loading branch information
gxmari007 committed Feb 19, 2024
1 parent 537ec61 commit 682a28b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/runtime/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ import type { RouterMethod } from 'h3'
import type { $Fetch } from 'nitropack'
import type { TypeObject } from 'knitwork'
import type { BuiltInProviderType } from '@auth/core/providers'
import type { RuntimeConfig, NuxtApp } from '@nuxt/schema'
import { type RuntimeConfig } from '@nuxt/schema'
import type { NuxtApp } from 'nuxt/app'

export type { NuxtApp, RuntimeConfig }

Expand Down

0 comments on commit 682a28b

Please sign in to comment.