diff --git a/client/vue.config.js b/client/vue.config.js index 07af7de..ed2f5ff 100644 --- a/client/vue.config.js +++ b/client/vue.config.js @@ -22,6 +22,6 @@ module.exports = { }, }, devServer: { - disableHostCheck: true, + allowedHosts: "all", }, }