{ "version": 2, "buildCommand": "cd client && npm install && npm run build", "outputDirectory": "client/dist", "builds": [ { "src": "server/index.ts", "use": "@vercel/node" } ], "routes": [ { "src": "/api/(.*)", "dest": "/server/index.ts" }, { "src": "/(.*)", "dest": "/index.html" } ], "functions": { "server/index.ts": { "maxDuration": 30 } } }