2026-05-07 21:16:31 +07:00
|
|
|
{
|
2026-06-10 19:54:55 +07:00
|
|
|
"functions": {
|
2026-06-10 21:17:21 +07:00
|
|
|
"api/relay.ts": {
|
|
|
|
|
"runtime": "@vercel/node@5"
|
2026-06-10 19:54:55 +07:00
|
|
|
}
|
2026-06-10 21:17:21 +07:00
|
|
|
},
|
|
|
|
|
"rewrites": [
|
|
|
|
|
{ "source": "/(.*)", "destination": "/api/relay" }
|
|
|
|
|
]
|
2026-05-07 21:16:31 +07:00
|
|
|
}
|