quelea-web/app/vue.config.js

5 lines
74 B
JavaScript
Raw Normal View History

2021-09-27 23:00:43 -04:00
module.exports = {
devServer: {
proxy: 'http://localhost:3000'
}
}