{ "$schema": "https://openapi.vercel.sh/vercel.json", "bunVersion": "1", "buildCommand": "bun run build", "installCommand": "bun install", "routes": [ { "src": "/(.*)", "dest": "/$1" } ] }