Update vercel.json

This commit is contained in:
Arvin Xu 2024-04-19 14:04:20 +08:00 committed by GitHub
parent 34677f6691
commit 63fcc238d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,3 +1,3 @@
{
"installCommand": "bun install"
"installCommand": "npx bun@1.1.4 install"
}