feat: update nginx configuration and enhance AuthContext for improved authentication handling
This commit is contained in:
@@ -9,5 +9,8 @@ export default defineConfig({
|
||||
],
|
||||
server: {
|
||||
port: 5174,
|
||||
proxy: {
|
||||
'/api': 'http://localhost:3000',
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user