ClauseGuard / web /vercel.json
gaurv007's picture
Add deployment guide + Vercel config
57fc849 verified
raw
history blame
128 Bytes
{
"framework": "nextjs",
"installCommand": "npm install",
"buildCommand": "npm run build",
"outputDirectory": ".next"
}