From 12623866b3c9b82f1827f5bdf633f5dda610adec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20=C5=A0ediv=C3=BD?= Date: Sat, 28 Jan 2023 21:42:22 +0100 Subject: [PATCH] disableHostCheck -> allowedHosts. --- client/vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/vue.config.js b/client/vue.config.js index 07af7de0..ed2f5ff3 100644 --- a/client/vue.config.js +++ b/client/vue.config.js @@ -22,6 +22,6 @@ module.exports = { }, }, devServer: { - disableHostCheck: true, + allowedHosts: "all", }, }