diff --git a/Gestion/vue.config.js b/Gestion/vue.config.js index 3c46ac84365079133a827303b7d0561c05023328..3de9865846af98afafe86bf647122bab3494eef0 100644 --- a/Gestion/vue.config.js +++ b/Gestion/vue.config.js @@ -1,10 +1,8 @@ module.exports = { devServer: { - host: 'localhost', port: 8080, - https: false - //host: 'canap-gest-dev.local', - //port: 8080, - //https: true - } + https: false, + disableHostCheck: true, + }, + publicPath: "/gest" } \ No newline at end of file