From 45614c3ca0e401e7166cc3a03f451a87c526e7d0 Mon Sep 17 00:00:00 2001 From: mi1468 Date: Mon, 12 May 2025 11:53:03 +0330 Subject: [PATCH] change configs --- xroom-dashboard/vue.config.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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', + } }) -