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:59:34 +07:00
|
|
|
"installCommand": "bun install",
|
|
|
|
|
"rewrites": [
|
|
|
|
|
{ "source": "/api", "destination": "/api/index.ts" },
|
|
|
|
|
{ "source": "/api/(.*)", "destination": "/api/index.ts" },
|
|
|
|
|
{ "source": "/public/(.*)", "destination": "/public/$1" },
|
|
|
|
|
{ "source": "/(.*)", "destination": "/public/$1" }
|
|
|
|
|
]
|
2026-05-07 19:26:05 +07:00
|
|
|
}
|