Use vercel config for bun

This commit is contained in:
Erica Marigold 2024-07-06 14:00:47 +05:30
parent be952ab3ca
commit d9326fb0b9
No known key found for this signature in database
GPG key ID: 2768CC0C23D245D1
3 changed files with 7 additions and 1 deletions

BIN
bun.lockb

Binary file not shown.

View file

@ -63,7 +63,8 @@
"npmluau": "^0.1.1",
"remark-github-admonitions-to-directives": "^1.0.5",
"sass": "^1.77.6",
"stylus": "^0.63.0"
"stylus": "^0.63.0",
"vercel": "^34.3.0"
},
"pnpm": {
"overrides": {

5
vercel.json Normal file
View file

@ -0,0 +1,5 @@
{
"$schema": "https://openapi.vercel.sh/vercel.json",
"installCommand": "curl -fsSL https://bun.sh/install | bash && ~/.bun/bin/bun install --frozen-lockfile",
"buildCommand": "~/.bun/bin/bun run build"
}