You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The $global option is now part of nitro 2.11 (which is really useful) but the type is not optional. Meaning that any project upgrading from 2.10 to 2.11 will get their type check to fail as the property is required.
It should be optional.
Additional context
No response
Logs
The text was updated successfully, but these errors were encountered:
Environment
Nodejs: v20.13.1
Nitro: 2.11.4
Reproduction
Describe the bug
The
$global
option is now part of nitro 2.11 (which is really useful) but the type is not optional. Meaning that any project upgrading from 2.10 to 2.11 will get their type check to fail as the property is required.It should be optional.
Additional context
No response
Logs
The text was updated successfully, but these errors were encountered: