refactor: cleanup

This commit is contained in:
wea_ondara
2024-05-29 18:38:03 +02:00
parent d6ef6ea1dc
commit 2eb9e33947
3 changed files with 2 additions and 6 deletions

View File

@@ -34,7 +34,8 @@ export default defineConfig({
'^/api/.*$': {
target: 'http://localhost:5172',
changeOrigin: true,
}, '^/ws/.*$': {
},
'^/ws/.*$': {
target: 'http://localhost:5172',
changeOrigin: true,
ws: true,