VueTorrent/vue.config.js
Daan Wijns f74d378895 update
2019-12-09 14:20:09 +01:00

5 lines
78 B
JavaScript

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