Initial commit
This commit is contained in:
13
frontend/vue.config.js
Normal file
13
frontend/vue.config.js
Normal file
@@ -0,0 +1,13 @@
|
||||
module.exports = {
|
||||
devServer: {
|
||||
proxy: {
|
||||
'/api': {
|
||||
target: 'http://localhost:3001',
|
||||
changeOrigin: true
|
||||
}
|
||||
},
|
||||
client: {
|
||||
webSocketURL: 'ws://localhost:8080/ws',
|
||||
},
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user