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
- Remove dirs_home() and dead fallback in resolve_install_dir(), use
get_vp_home() directly
- Resolve install dir once in run() and pass through to all functions
- Extract read_current_version() into vite_setup as a public function,
reuse in save_previous_version() and the installer
- Merge Cli/Options structs into single Options struct in cli.rs
- Extract replace_windows_exe() helper to eliminate copy-paste in
setup_bin_shims()
- Remove unused LPWSTR type alias from windows_path.rs
- Remove excessive "Step N" comments
- Fix mixed path separator in interactive menu display
0 commit comments