dev login fixes
Deploy / deploy-dev (push) Successful in 1m55s
Deploy / deploy-prod (push) Has been skipped

This commit is contained in:
blaisadmin
2026-06-05 22:12:19 -04:00
parent 480bbe8fc7
commit ae8c4326b5
3 changed files with 16 additions and 2 deletions
+6
View File
@@ -5,5 +5,11 @@ export default defineConfig({
plugins: [react()],
server: {
port: 3000,
proxy: {
'/api': {
target: 'http://backend:5000',
changeOrigin: true,
},
},
},
});