diff --git a/docs/src/config/index.md b/docs/src/config/index.md index 851f28f0..d8c64a30 100644 --- a/docs/src/config/index.md +++ b/docs/src/config/index.md @@ -335,11 +335,13 @@ You can customize this behavior using the following options. ### viteBinPath -- **Default:** `node_modules/.bin/vite` +- **Default:** `null` - **Env Var:** `VITE_RUBY_VITE_BIN_PATH` The path where the Vite.js binary is installed. It will be used to execute the `dev` and `build` commands. + These commands are executed by your package manager unless this variable is defined. + ### watchAdditionalPaths - **Default:** `[]`