mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2024-11-25 02:45:48 +03:00
13 lines
273 B
JavaScript
13 lines
273 B
JavaScript
module.exports = {
|
|
outputDir: 'vuetorrent/public',
|
|
publicPath: './',
|
|
transpileDependencies: ['vuetify'],
|
|
devServer: {
|
|
port: 8000,
|
|
proxy: {
|
|
'/api': {
|
|
target: 'http://127.0.0.1:8080'
|
|
}
|
|
}
|
|
}
|
|
}
|