t2av_eval / vercel.json
Adithya Nayak
Deploy app to Hugging Face Space
2159212
Raw
History Blame Contribute Delete
213 Bytes
{
"$schema": "https://openapi.vercel.sh/vercel.json",
"buildCommand": "cd frontend && npm run build",
"installCommand": "cd frontend && npm ci",
"outputDirectory": "frontend/dist",
"framework": "vite"
}