6 lines
78 B
JavaScript
6 lines
78 B
JavaScript
module.exports = {
|
|
devServer: {
|
|
proxy: "http://localhost:8089",
|
|
},
|
|
};
|