2026-05-07 19:26:05 +07:00
|
|
|
{
|
2026-05-07 19:28:51 +07:00
|
|
|
"$schema": "https://openapi.vercel.sh/vercel.json",
|
2026-05-07 19:39:31 +07:00
|
|
|
"bunVersion": "1",
|
2026-05-07 19:41:56 +07:00
|
|
|
"outputDirectory": "dist",
|
2026-05-07 19:39:31 +07:00
|
|
|
"rewrites": [{ "source": "/(.*)", "destination": "/api/relay" }]
|
2026-05-07 19:26:05 +07:00
|
|
|
}
|