mirror of
https://github.com/CzBiX/qb-web.git
synced 2026-04-13 14:50:25 +08:00
14 lines
173 B
JavaScript
14 lines
173 B
JavaScript
module.exports = {
|
|
pwa: {
|
|
name: 'qBittorrent Web UI',
|
|
},
|
|
|
|
devServer: {
|
|
proxy: {
|
|
'/api': {
|
|
target: 'http://192.168.1.2:8080',
|
|
}
|
|
}
|
|
}
|
|
}
|