Skip to content

Commit 36935b5

Browse files
fix(types): remove the keepProcessEnv from the DefaultEnvironmentOptions type (#19796)
1 parent 989dd37 commit 36935b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vite/src/node/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ export type ResolvedEnvironmentOptions = {
292292

293293
export type DefaultEnvironmentOptions = Omit<
294294
EnvironmentOptions,
295-
'consumer' | 'resolve'
295+
'consumer' | 'resolve' | 'keepProcessEnv'
296296
> & {
297297
resolve?: AllResolveOptions
298298
}

0 commit comments

Comments
 (0)