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

14 lines
234 B
JavaScript
Raw Normal View History

2019-12-09 14:20:09 +01:00
module.exports = {
2020-05-20 18:42:17 +02:00
outputDir: 'vuetorrent/public',
2020-05-20 09:59:12 +02:00
publicPath: './',
devServer: {
port: 8000,
proxy: {
'/api': {
target: 'http://127.0.0.1:8080'
}
}
}
2019-12-09 14:20:09 +01:00
}