next-draft-mode-test / vercel.json
Mark-Lasfar
Deploy Next.js with draft mode fix
bd70680
raw
history blame contribute delete
144 Bytes
{
"buildCommand": "npm run build",
"installCommand": "npm install --save-dev typescript @types/react @types/node",
"framework": "nextjs"
}