diff --git a/client/vue.config.js b/client/vue.config.js index 47bb15b..1b96262 100644 --- a/client/vue.config.js +++ b/client/vue.config.js @@ -21,4 +21,7 @@ module.exports = { }, }, }, + devServer: { + disableHostCheck: true, + } }