feat: update nginx configuration and enhance AuthContext for improved authentication handling

This commit is contained in:
Thibault Pouch
2026-03-02 09:38:34 +01:00
parent 90efb6175f
commit 65282832cb
3 changed files with 50 additions and 34 deletions

View File

@@ -9,5 +9,8 @@ export default defineConfig({
],
server: {
port: 5174,
proxy: {
'/api': 'http://localhost:3000',
},
},
})