From 5773cc2298ac29765467bef475dd75425feb60f8 Mon Sep 17 00:00:00 2001 From: Thomas Amland Date: Sun, 26 Jul 2020 11:26:24 +0200 Subject: [PATCH] disable dev server host check --- vue.config.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vue.config.js b/vue.config.js index e69de29..5305f64 100644 --- a/vue.config.js +++ b/vue.config.js @@ -0,0 +1,5 @@ +module.exports = { + devServer: { + disableHostCheck: true + } +} \ No newline at end of file