Files
EasyPlayerJs/demo/vuecli3/vue.config.js

7 lines
91 B
JavaScript
Raw Normal View History

2020-09-22 11:08:54 +08:00
module.exports = {
2022-03-10 22:37:00 +08:00
lintOnSave:false,
2021-05-31 10:11:25 +08:00
devServer: {
proxy: "http://127.0.0.1:10800"
}
2020-09-22 11:08:54 +08:00
}