6 lines
78 B
JavaScript
Raw Normal View History

2021-06-27 21:00:24 +08:00
module.exports = {
devServer: {
proxy: "http://localhost:8089",
},
};