Fix local auth errors

This commit is contained in:
2026-03-03 22:32:32 +02:00
parent 2beeadd42c
commit 667fa25525
6 changed files with 131 additions and 40 deletions

View File

@@ -8,7 +8,7 @@ export default defineConfig({
server: {
proxy: {
"/api": {
target: "http://localhost:5013",
target: "http://127.0.0.1:5013",
changeOrigin: true,
rewrite: (pathValue) => pathValue.replace(/^\/api/, ""),
},