aboutsummaryrefslogtreecommitdiffhomepage
path: root/vue.config.js
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2022-06-05 21:50:28 +0200
committerBastien Wirtz <bastien.wirtz@gmail.com>2022-06-05 21:50:28 +0200
commit10f6f123e86ca571c99a232a43f7ea920fde9894 (patch)
treeac4470252002bc66911f9abf4d0128fbba537fbb /vue.config.js
parente03e7592858b5018ea8f3eb9ab13bcf64cfb7a81 (diff)
downloadhomer-10f6f123e86ca571c99a232a43f7ea920fde9894.tar.gz
homer-10f6f123e86ca571c99a232a43f7ea920fde9894.tar.zst
homer-10f6f123e86ca571c99a232a43f7ea920fde9894.zip
Lint run
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};