aboutsummaryrefslogtreecommitdiffhomepage
path: root/vue.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'vue.config.js')
-rw-r--r--vue.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/vue.config.js b/vue.config.js
index 1645c2f..82329d8 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -27,6 +27,6 @@ module.exports = {
27 }, 27 },
28 }, 28 },
29 devServer: { 29 devServer: {
30 disableHostCheck: true 30 disableHostCheck: true,
31 }, 31 },
32}; 32};