mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 13:45:18 +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
|
* Options passed directly to the transformer from `unctx` that preserves async context
|
||||||
* after `await`.
|
* after `await`.
|
||||||
*
|
*
|
||||||
* @type {typeof import('unctx').TransformerOptions}
|
* @type {typeof import('unctx/transform').TransformerOptions}
|
||||||
*/
|
*/
|
||||||
asyncTransforms: {
|
asyncTransforms: {
|
||||||
asyncFunctions: ['defineNuxtPlugin', 'defineNuxtRouteMiddleware'],
|
asyncFunctions: ['defineNuxtPlugin', 'defineNuxtRouteMiddleware'],
|
||||||
|
Loading…
Reference in New Issue
Block a user