diff --git a/crates/vite_global_cli/src/main.rs b/crates/vite_global_cli/src/main.rs index 9de22d01bb..b449ac04de 100644 --- a/crates/vite_global_cli/src/main.rs +++ b/crates/vite_global_cli/src/main.rs @@ -1,6 +1,6 @@ //! Vite+ Global CLI //! -//! A standalone Rust binary for the vite+ global CLI that can run without +//! Standalone Rust binary for the vite+ global CLI that can run without //! pre-installed Node.js. Uses managed Node.js from `vite_js_runtime` for //! package manager commands and JS script execution.