mirror of
https://github.com/CzBiX/qb-web.git
synced 2026-04-23 18:30:06 +08:00
16 lines
202 B
JavaScript
16 lines
202 B
JavaScript
module.exports = {
|
|
outputDir: 'dist/public',
|
|
|
|
pwa: {
|
|
name: 'qBittorrent Web UI',
|
|
},
|
|
|
|
devServer: {
|
|
proxy: {
|
|
'/api': {
|
|
target: 'http://192.168.1.2:8080',
|
|
}
|
|
}
|
|
}
|
|
}
|