Skip to content

Commit ca7a3de

Browse files
devServer proxy type should be optional
1 parent b8c0cca commit ca7a3de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/src/types/config.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export type Config = {
88
extensions?: string[];
99
hud?: boolean;
1010
port?: number;
11-
proxy: {
11+
proxy?: {
1212
[key: string]: string;
1313
};
1414
};

0 commit comments

Comments
 (0)