This commit is contained in:
2026-03-11 17:56:17 +03:00
parent 24c935df5f
commit 5a188b80e3
32 changed files with 225 additions and 828 deletions

View File

@@ -16,7 +16,7 @@ export default defineConfig({
server: {
host: '0.0.0.0',
proxy: {
'/login': 'http://localhost:3000',
'/api': 'http://localhost:3000',
},
},
})