stuff
All checks were successful
/ upload (release) Successful in 40s

This commit is contained in:
pavel 2026-02-17 19:07:06 +01:00
commit 9aca4cadf0
13 changed files with 483 additions and 21 deletions

View file

@ -4,7 +4,7 @@ export default defineConfig({
server: {
proxy: {
'/api': {
target: 'http://localhost:3000',
target: 'http://localhost:3001',
changeOrigin: true,
ws: true,
}