2023-12-20 17:02:56 +08:00

7 lines
107 B
JavaScript

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