8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df77991 commit 24c12feCopy full SHA for 24c12fe
packages/vite/src/node/config.ts
@@ -119,6 +119,7 @@ export type UserConfigExport =
119
*/
120
export function defineConfig(config: UserConfig): UserConfig
121
export function defineConfig(config: Promise<UserConfig>): Promise<UserConfig>
122
+export function defineConfig(config: UserConfigFnObject): UserConfigFnObject
123
export function defineConfig(config: UserConfigExport): UserConfigExport
124
export function defineConfig(config: UserConfigExport): UserConfigExport {
125
return config
0 commit comments