Skip to content

Commit

Permalink
docs: correct description for UserConfig.envDir when used with relati…
Browse files Browse the repository at this point in the history
…ve path (#12429)
  • Loading branch information
ycmjason committed Mar 15, 2023
1 parent d23605d commit 2b37cde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/src/node/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ export interface UserConfig {
clearScreen?: boolean
/**
* Environment files directory. Can be an absolute path, or a path relative from
* the location of the config file itself.
* root.
* @default root
*/
envDir?: string
Expand Down

0 comments on commit 2b37cde

Please sign in to comment.