Files
proxy-bun/vercel.json
T

10 lines
207 B
JSON

{
"$schema": "https://openapi.vercel.sh/vercel.json",
"bunVersion": "1.x",
"rewrites": [{ "source": "/(.*)", "destination": "/api/relay" }],
"functions": {
"api/**/*.ts": {
"runtime": "bun"
}
}
}