t2av_eval / vercel.json
Youngsun's picture
T2AV eval site: guideline to training to eval, dghadiya storage
44e5f85
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"
}