csatlakozas-mukodesdemodemodemo

This commit is contained in:
2025-11-06 19:56:14 +01:00
parent 2cf8b7a748
commit 2b1217192c
11 changed files with 1251 additions and 145 deletions
+11
View File
@@ -13,6 +13,17 @@ export default defineConfig({
},
hmr: {
clientPort: 5173,
},
proxy: {
'/api': {
target: 'http://backend:3000',
changeOrigin: true,
},
'/socket.io': {
target: 'http://backend:3000',
changeOrigin: true,
ws: true,
}
}
},
preview: {