diff --git a/vue.config.js b/vue.config.js index 46e0118..2191ed4 100644 --- a/vue.config.js +++ b/vue.config.js @@ -12,7 +12,7 @@ module.exports = { outputDir: 'dist', productionSourceMap: false, devServer: { - https: true, + https: false, host: '0.0.0.0', disableHostCheck: true, },