2026-05-07 19:26:05 +07:00
|
|
|
{
|
2026-05-07 19:28:51 +07:00
|
|
|
"$schema": "https://openapi.vercel.sh/vercel.json",
|
|
|
|
|
"bunVersion": "1.x",
|
2026-05-07 19:26:05 +07:00
|
|
|
"rewrites": [{ "source": "/(.*)", "destination": "/api/relay" }],
|
|
|
|
|
"functions": {
|
|
|
|
|
"api/**/*.ts": {
|
|
|
|
|
"runtime": "bun"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|