warisan-nusantara / vercel.json
fullstuckdev's picture
Upload 26 files
fff42e3 verified
raw
history blame contribute delete
165 Bytes
{
"buildCommand": "next build",
"devCommand": "next dev",
"installCommand": "npm install",
"framework": "nextjs",
"outputDirectory": ".next"
}