Skip to content

Commit

Permalink
fix(schema): correct type of unctx options
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jul 6, 2023
1 parent f4be14a commit 4e32e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/schema/src/config/build.ts
Expand Up @@ -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'],
Expand Down

0 comments on commit 4e32e70

Please sign in to comment.