Type representing the runtime environment configuration.
Users can extend the $BaseEnv schema in their application. Any extended schema must have, as it's output, a type that is assignable to this type.
$BaseEnv
Optional
enable log-level logs (default = true in development or production, false in tests)
Type representing the runtime environment configuration.
Users can extend the $BaseEnv schema in their application. Any extended schema must have, as it's output, a type that is assignable to this type.
See
$BaseEnv