Improved profile view layout.

This commit is contained in:
Leo Vasanko
2025-12-03 00:52:52 +00:00
parent 3967e93c37
commit 70411fa77b
3 changed files with 139 additions and 42 deletions
+2 -1
View File
@@ -60,7 +60,8 @@ export default defineConfig(({ command }) => ({
proxy: {
// Only proxy these two specific backend API paths
'/auth/api': {
target: 'http://localhost:4402'
target: 'http://localhost:4402',
headers: { connection: 'close' }
},
'/auth/ws': {
target: 'http://localhost:4402',