liftinstall/ui/vue.config.js
2019-06-25 11:06:28 +08:00

6 lines
75 B
JavaScript

module.exports = {
devServer: {
proxy: 'http://127.0.0.1:3000'
}
}