👷 chore: pin bun@1.2.23 to fix vercel build (#9839)

pin bun
This commit is contained in:
Arvin Xu
2025-10-22 19:13:50 +08:00
committed by GitHub
parent 4f5d1ff6af
commit d481315a66

View File

@@ -1,4 +1,4 @@
{
"buildCommand": "bun run build",
"installCommand": "bun install"
"installCommand": "npx bun@1.2.23 install"
}