Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crates/vite_global_cli/src/commands/env/doctor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const KNOWN_VERSION_MANAGERS: &[(&str, &str)] = &[
];

/// Tools that should have shims
const SHIM_TOOLS: &[&str] = &["node", "npm", "npx"];
const SHIM_TOOLS: &[&str] = &["node", "npm", "npx", "vpx"];

/// Column width for left-side keys in aligned output
const KEY_WIDTH: usize = 18;
Expand Down
Loading