VueTorrent/vue.config.js
2020-03-22 10:59:38 +01:00

5 lines
78 B
JavaScript

module.exports = {
devServer: {
proxy: 'http://localhost:3001/',
},
}