mirror of
https://github.com/CzBiX/qb-web.git
synced 2026-04-01 18:10:16 +08:00
14 lines
191 B
JavaScript
14 lines
191 B
JavaScript
module.exports = {
|
|
outputDir: 'dist/public',
|
|
publicPath: './',
|
|
|
|
devServer: {
|
|
port: 8000,
|
|
proxy: {
|
|
'/api': {
|
|
target: 'http://qb.test:8080',
|
|
},
|
|
},
|
|
},
|
|
};
|