1
0
Fork 0
mirror of https://github.com/VueTorrent/VueTorrent.git synced 2025-03-22 01:25:48 +03:00
VueTorrent/vue.config.js

6 lines
78 B
JavaScript
Raw Normal View History

2019-12-09 14:20:09 +01:00
module.exports = {
devServer: {
2020-03-22 10:59:38 +01:00
proxy: 'http://localhost:3001/',
2019-12-09 14:20:09 +01:00
},
}