chore: move @internal comment

This commit is contained in:
Daniel Roe 2024-05-16 16:14:39 -05:00
parent 008a264178
commit cf736e2745
No known key found for this signature in database
GPG Key ID: CBC814C393D93268

View File

@ -36,12 +36,12 @@ export function updateRuntimeConfig (runtimeConfig: Record<string, unknown>) {
} }
/** /**
* @internal
*
* https://github.com/unjs/nitro/blob/main/src/runtime/utils.env.ts. * https://github.com/unjs/nitro/blob/main/src/runtime/utils.env.ts.
* *
* These utils will be replaced by util exposed from nitropack. See https://github.com/unjs/nitro/pull/2404 * These utils will be replaced by util exposed from nitropack. See https://github.com/unjs/nitro/pull/2404
* for more context and future plans.) * for more context and future plans.)
*
* @internal
*/ */
type EnvOptions = { type EnvOptions = {