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
lib: remove prefix from node.config schema namespaces
Remove redundant prefixes from keys in test and watch namespaces
in the node.config JSON schema. Keys like test-concurrency and
watch-path are now shown as concurrency and path within their
respective namespaces, with the prefixed versions kept as aliases
for backward compatibility.
Refs: #60904
0 commit comments