{ "version": 2, "builds": [ { "src": "api/index.go", "use": "@vercel/go", "config": { "maxDuration": 10 } } ], "routes": [ { "src": "/(.*)", "dest": "/api/index.go" } ], "env": { "GO_VERSION": "1.21" } }