Files
website/vercel.json
T

8 lines
175 B
JSON

{
"$schema": "https://openapi.vercel.sh/vercel.json",
"framework": "astro",
"installCommand": "bun install",
"buildCommand": "bun run build",
"outputDirectory": "dist"
}