Fix login redirect: load user before navigating to dashboard

This commit is contained in:
root
2026-03-31 09:47:32 -05:00
parent 240032d972
commit ccb49aa693
4 changed files with 13 additions and 4 deletions

View File

@@ -5,6 +5,7 @@ import tailwindcss from '@tailwindcss/vite'
export default defineConfig({
plugins: [react(), tailwindcss()],
server: {
allowedHosts: ["deepcutsai.com"],
proxy: {
'/api': {
target: 'http://backend:8000',