11 lines
180 B
JavaScript
Executable File
11 lines
180 B
JavaScript
Executable File
module.exports = {
|
|
devServer: {
|
|
proxy: {
|
|
'^/api': {
|
|
target: 'http://localhost:8040',
|
|
ws: true,
|
|
changeOrigin: true
|
|
},
|
|
}
|
|
}
|
|
} |