mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Fix Ynh-dev
This commit is contained in:
parent
4a89a0b245
commit
b21f12b5c0
1 changed files with 2 additions and 0 deletions
|
@ -51,8 +51,10 @@ module.exports = {
|
|||
}
|
||||
}
|
||||
},
|
||||
publicPath: '/yunohost/admin',
|
||||
devServer: {
|
||||
https: true,
|
||||
disableHostCheck: true,
|
||||
proxy: {
|
||||
'^/yunohost': {
|
||||
target: `https://${process.env.VUE_APP_IP}`,
|
||||
|
|
Loading…
Reference in a new issue