From 4e32e70bba8ad2500fb613206b6cce340d32fecf Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Wed, 5 Jul 2023 19:32:37 +0200 Subject: [PATCH] fix(schema): correct type of `unctx` options --- packages/schema/src/config/build.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/schema/src/config/build.ts b/packages/schema/src/config/build.ts index de79dc4cb8..0a9e61841b 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'],