We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26c3671 commit ba39ecbCopy full SHA for ba39ecb
1 file changed
crates/vite_installer/src/cli.rs
@@ -54,7 +54,7 @@ pub fn parse() -> Options {
54
if opts.registry.is_none() {
55
opts.registry = std::env::var("NPM_CONFIG_REGISTRY").ok();
56
}
57
- // VP_NODE_MANAGER env var is handled in should_enable_node_manager()
+ // VP_NODE_MANAGER env var is handled in auto_detect_node_manager()
58
// to keep both "yes" and "no" logic in one place.
59
60
// quiet implies yes
0 commit comments