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:46:08 +07:00
|
|
|
"buildCommand": "bun run build",
|
|
|
|
|
"installCommand": "bun install",
|
|
|
|
|
"routes": [
|
|
|
|
|
{ "src": "/(.*)", "dest": "/$1" }
|
|
|
|
|
]
|
2026-05-07 19:26:05 +07:00
|
|
|
}
|