WIP Progress on skeleton of the Vue app.
This commit is contained in:
8
web/vue.config.js
Normal file
8
web/vue.config.js
Normal file
@@ -0,0 +1,8 @@
|
||||
module.exports = {
|
||||
devServer: {
|
||||
proxy: {
|
||||
'/api': { target: 'http://localhost:8081' }
|
||||
},
|
||||
disableHostCheck: true
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user