Skip to content

Commit

Permalink
fix: do not make envDir internal
Browse files Browse the repository at this point in the history
  • Loading branch information
fi3ework committed Mar 10, 2023
1 parent 2f46a3c commit e654581
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/vite/src/node/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,6 @@ export type ResolvedConfig = Readonly<
/** @internal */
mainConfig: ResolvedConfig | null
isProduction: boolean
/** @internal */
envDir: string
env: Record<string, any>
resolve: Required<ResolveOptions> & {
Expand Down

0 comments on commit e654581

Please sign in to comment.