Skip to content

Commit 60f1e5e

Browse files
committed
chore: ignore known type error
1 parent 99066de commit 60f1e5e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/module.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import {
1313
import { defu } from 'defu'
1414
import { genInterface } from 'knitwork'
1515
import type { DeepRequired } from 'ts-essentials'
16-
import type { NuxtModule } from 'nuxt/schema'
16+
import type { NuxtModule } from '@nuxt/schema'
1717
import { isProduction } from './runtime/helpers'
1818
import type {
1919
AuthProviders,
@@ -170,6 +170,8 @@ export default defineNuxtModule<ModuleOptions>({
170170
])
171171

172172
// 5. Create virtual imports for server-side
173+
// @ts-expect-error The augments are not working properly after https://github.com/nuxt/nuxt/pull/34039
174+
// @see https://github.com/nuxt/nuxt/pull/34039#issuecomment-3878908844
173175
nuxt.hook('nitro:config', (nitroConfig) => {
174176
nitroConfig.alias = nitroConfig.alias || {}
175177

0 commit comments

Comments
 (0)