blog.devcomp.xyz/vercel.json

5 lines
216 B
JSON
Raw Normal View History

2024-07-06 09:30:47 +01:00
{
"$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"
}