quelea-web/app/vue.config.js

5 lines
74 B
JavaScript

module.exports = {
devServer: {
proxy: 'http://localhost:3000'
}
}