Add vercel.json configuration for build and deployment commands.

This commit is contained in:
jarvis2f 2024-04-02 15:29:27 +08:00
parent ae61f3448d
commit 7e18a68eac

3
vercel.json Normal file
View File

@ -0,0 +1,3 @@
{
"buildCommand": "next build && prisma migrate deploy"
}