Skip to content

Commit

Permalink
fix: export missing types
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed Apr 19, 2024
1 parent 5f6b62f commit 431cd4b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/vite/src/node/index.ts
Expand Up @@ -47,6 +47,8 @@ export type {
UserConfigFn,
UserConfigFnObject,
UserConfigFnPromise,
DevEnvironmentOptions,
ResolvedDevEnvironmentOptions,
} from './config'
export type { PluginOption } from './plugin'
export type { FilterPattern } from './utils'
Expand All @@ -60,6 +62,8 @@ export type {
ResolvedServerUrls,
} from './server'
export type {
ViteBuilder,
BuilderOptions,
BuildOptions,
BuildEnvironmentOptions,
LibraryOptions,
Expand Down

0 comments on commit 431cd4b

Please sign in to comment.