diff --git a/xroom-dashboard/vue.config.js b/xroom-dashboard/vue.config.js index e608512..8cbffa2 100644 --- a/xroom-dashboard/vue.config.js +++ b/xroom-dashboard/vue.config.js @@ -1,7 +1,9 @@ const { defineConfig } = require('@vue/cli-service') + module.exports = defineConfig({ transpileDependencies: true, - disableHostCheck: true, - + devServer: { + + allowedHosts: 'all', + } }) -