Skip to content

Commit

Permalink
docs: update default value for viteBinPath (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
tenkiller committed Sep 18, 2024
1 parent a3182a9 commit 7c81ddc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/src/config/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:** `[]`
Expand Down

0 comments on commit 7c81ddc

Please sign in to comment.