diff --git a/packages/schema/src/config/build.ts b/packages/schema/src/config/build.ts index de79dc4cb863..0a9e61841b6a 100644 --- a/packages/schema/src/config/build.ts +++ b/packages/schema/src/config/build.ts @@ -193,7 +193,7 @@ export default defineUntypedSchema({ * Options passed directly to the transformer from `unctx` that preserves async context * after `await`. * - * @type {typeof import('unctx').TransformerOptions} + * @type {typeof import('unctx/transform').TransformerOptions} */ asyncTransforms: { asyncFunctions: ['defineNuxtPlugin', 'defineNuxtRouteMiddleware'],