Files
proxy-bun/vercel.json
T

9 lines
196 B
JSON

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