Skip to content

Commit

Permalink
Fix sign-out in dev mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanklosko committed Aug 16, 2023
1 parent 28b6edc commit 9cfc652
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@ export default defineConfig({
},
server: {
port: 3000,
proxy: {
"/auth": "http://127.0.0.1:4000",
},
},
});

0 comments on commit 9cfc652

Please sign in to comment.