Merge pull request #1 from YunoHost/fix-ynh-dev

Fix Ynh-dev
This commit is contained in:
Axolotle 2021-01-18 18:32:07 +01:00 committed by GitHub
commit 4b2bbfcad9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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