Skip to content

Commit

Permalink
chore: mark rawBase as internal
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Nov 12, 2022
1 parent 64edcfd commit 91f7023
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vite/src/node/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ export type ResolvedConfig = Readonly<
inlineConfig: InlineConfig
root: string
base: string
/** @internal */
rawBase: string
publicDir: string
cacheDir: string
Expand Down

0 comments on commit 91f7023

Please sign in to comment.