We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99066de commit 60f1e5eCopy full SHA for 60f1e5e
1 file changed
src/module.ts
@@ -13,7 +13,7 @@ import {
13
import { defu } from 'defu'
14
import { genInterface } from 'knitwork'
15
import type { DeepRequired } from 'ts-essentials'
16
-import type { NuxtModule } from 'nuxt/schema'
+import type { NuxtModule } from '@nuxt/schema'
17
import { isProduction } from './runtime/helpers'
18
import type {
19
AuthProviders,
@@ -170,6 +170,8 @@ export default defineNuxtModule<ModuleOptions>({
170
])
171
172
// 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
175
nuxt.hook('nitro:config', (nitroConfig) => {
176
nitroConfig.alias = nitroConfig.alias || {}
177
0 commit comments