2021-06-27 21:00:24 +08:00

6 lines
78 B
JavaScript

module.exports = {
devServer: {
proxy: "http://localhost:8089",
},
};