eumora-api / vercel.json
Aditey Kshirsagar
fix: update vercel configuration to simplify build and install commands
5cb580f
Raw
History Blame Contribute Delete
128 Bytes
{
"buildCommand": "npm run build",
"outputDirectory": ".next",
"installCommand": "npm install",
"framework": "nextjs"
}