diff --git a/packages/kit/src/utils.ts b/packages/kit/src/utils.ts index 6b351a701a..862e01383d 100644 --- a/packages/kit/src/utils.ts +++ b/packages/kit/src/utils.ts @@ -7,7 +7,7 @@ export function toArray (value: T | T[]): T[] { export const MODE_RE = /\.(server|client)(\.\w+)*$/ /** - * @internal * async local storage for the name of the current nuxt instance + * @internal */ export const asyncNameStorage = new AsyncLocalStorage()