second version

This commit is contained in:
Dusan Vojacek
2026-04-03 14:23:16 +02:00
parent 897b95f728
commit 9f4126946d
105 changed files with 9738 additions and 1470 deletions

View File

@@ -27,6 +27,11 @@ export default defineConfig(async () => {
},
server: {
proxy: {
'/ws': {
target: 'http://localhost:8000',
changeOrigin: true,
ws: true,
},
'/api': {
target: 'http://localhost:8000',
changeOrigin: true,