mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
fix(schema): correct type of unctx
options
This commit is contained in:
parent
f4be14a38a
commit
4e32e70bba
@ -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'],
|
||||
|
Loading…
Reference in New Issue
Block a user