CoolFace
Apppublic

dghadiya/t2av_eval

sourceHugging Faceupdated 1mo agoView on Hugging Face
0likes
vercel.json8 linesDownload Raw Back to root
1{2  "$schema": "https://openapi.vercel.sh/vercel.json",3  "buildCommand": "cd frontend && npm run build",4  "installCommand": "cd frontend && npm ci",5  "outputDirectory": "frontend/dist",6  "framework": "vite"7}8