aboutsummaryrefslogtreecommitdiffhomepage
path: root/vue.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'vue.config.js')
-rw-r--r--vue.config.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/vue.config.js b/vue.config.js
index 410acc8..1645c2f 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -26,4 +26,7 @@ module.exports = {
26 msTileImage: "assets/icons/icon-any.png", 26 msTileImage: "assets/icons/icon-any.png",
27 }, 27 },
28 }, 28 },
29 devServer: {
30 disableHostCheck: true
31 },
29}; 32};