mirror of
https://github.com/CzBiX/qb-web.git
synced 2026-03-25 14:31:03 +08:00
17 lines
218 B
JavaScript
17 lines
218 B
JavaScript
module.exports = {
|
|
outputDir: 'dist/public',
|
|
|
|
pwa: {
|
|
name: 'qBittorrent Web UI',
|
|
},
|
|
|
|
devServer: {
|
|
port: 8000,
|
|
proxy: {
|
|
'/api': {
|
|
target: 'http://qb.test:8080',
|
|
},
|
|
},
|
|
},
|
|
};
|