mirror of
https://github.com/CzBiX/qb-web.git
synced 2026-03-31 17:40:28 +08:00
13 lines
171 B
JavaScript
13 lines
171 B
JavaScript
module.exports = {
|
|
outputDir: 'dist/public',
|
|
|
|
devServer: {
|
|
port: 8000,
|
|
proxy: {
|
|
'/api': {
|
|
target: 'http://qb.test:8080',
|
|
},
|
|
},
|
|
},
|
|
};
|