disableHostCheck -> allowedHosts.

This commit is contained in:
Miroslav Šedivý 2023-01-28 21:42:22 +01:00
parent 161d121e59
commit 12623866b3

View File

@ -22,6 +22,6 @@ module.exports = {
},
},
devServer: {
disableHostCheck: true,
allowedHosts: "all",
},
}