{ "version": 2, "builds": [ { "src": "frontend/package.json", "use": "@vercel/next" } ], "routes": [ { "src": "/api/(.*)", "dest": "https://tu-backend-url.railway.app/api/$1" }, { "src": "/(.*)", "dest": "/frontend/$1" } ], "env": { "PYTHON_BACKEND_URL": "https://tu-backend-url.railway.app" }, "functions": { "frontend/src/app/api/chat/route.ts": { "maxDuration": 30 } } }