Fix Ynh-dev

This commit is contained in:
Kay0u 2021-01-16 17:46:40 +01:00
parent 4a89a0b245
commit b21f12b5c0
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D

View file

@ -51,8 +51,10 @@ module.exports = {
}
}
},
publicPath: '/yunohost/admin',
devServer: {
https: true,
disableHostCheck: true,
proxy: {
'^/yunohost': {
target: `https://${process.env.VUE_APP_IP}`,