blog.devcomp.xyz/vercel.json

5 lines
No EOL
216 B
JSON

{
"$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"
}