chore(config): add vercel config file for astro deployment

This commit is contained in:
Prad Nukala
2026-06-30 14:47:05 -04:00
parent ccf01cd288
commit 051267e040
+7
View File
@@ -0,0 +1,7 @@
{
"$schema": "https://openapi.vercel.sh/vercel.json",
"framework": "astro",
"installCommand": "bun install",
"buildCommand": "bun run build",
"outputDirectory": "dist"
}