Change the proxy setting to be optional

This commit is contained in:
Dominik Henneke
2020-11-27 11:24:59 +01:00
parent 8432bde46a
commit 0e1f240a99
+1 -1
View File
@@ -20,7 +20,7 @@ export interface Config {
* below the prefix that the proxy plugin is mounted on. It must
* start with a '/'.
*/
proxy: {
proxy?: {
[key: string]:
| string
| {