mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-02-18 08:12:10 +03:00
5 lines
78 B
JavaScript
5 lines
78 B
JavaScript
module.exports = {
|
|
devServer: {
|
|
proxy: 'http://localhost:3001/',
|
|
},
|
|
}
|