aboutsummaryrefslogtreecommitdiffhomepage
path: root/vue.config.js
diff options
context:
space:
mode:
authorPierre <397503+bemble@users.noreply.github.com>2022-05-09 23:47:05 +0200
committerPierre <397503+bemble@users.noreply.github.com>2022-05-09 23:47:05 +0200
commitbf2fcc6641643018bd5224ec2f8308173d54cfa4 (patch)
tree8046f8e937eed5b59d479f85080656053e46475d /vue.config.js
parent2ac75c05349ee4315bfdad238504e6693adc322d (diff)
downloadhomer-bf2fcc6641643018bd5224ec2f8308173d54cfa4.tar.gz
homer-bf2fcc6641643018bd5224ec2f8308173d54cfa4.tar.zst
homer-bf2fcc6641643018bd5224ec2f8308173d54cfa4.zip
feat(pwa): enhance connectivity checks
Also add support to auth proxy such as Authelia
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};