diff --git a/vue.config.js b/vue.config.js index 002334f..e47d307 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,4 +1,11 @@ module.exports = { + configureWebpack: { + devServer: { + disableHostCheck: true, + host: "0.0.0.0" + } + }, + publicPath: process.env.SUBPATH ? process.env.SUBPATH : "", pluginOptions: {