Skip to content

Commit d41a7b8

Browse files
committed
accept record
1 parent 65a0b4f commit d41a7b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vite-config-base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type { UserConfig } from 'vite';
22

33
interface UmbViteDefaultConfigArgs {
44
dist: string;
5-
entry?: string[];
5+
entry?: string[] | Record<string, string>;
66
}
77

88
export const getDefaultConfig = (args: UmbViteDefaultConfigArgs): UserConfig => {

0 commit comments

Comments
 (0)