Skip to content

Commit

Permalink
chore: apply patch from vitejs/vite#13958
Browse files Browse the repository at this point in the history
  • Loading branch information
sodatea committed Jul 27, 2023
1 parent 8bbf161 commit be033b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vitest/src/config.ts
Expand Up @@ -20,6 +20,7 @@ export type UserProjectConfigExport = UserWorkspaceConfig | Promise<UserWorkspac

export function defineConfig(config: ViteUserConfig): ViteUserConfig
export function defineConfig(config: Promise<ViteUserConfig>): Promise<ViteUserConfig>
export function defineConfig(config: UserConfigFnObject): UserConfigFnObject
export function defineConfig(config: UserConfigExport): UserConfigExport
export function defineConfig(config: UserConfigExport): UserConfigExport {
return config
Expand Down

0 comments on commit be033b3

Please sign in to comment.