Update page auth HOF type definitions

Added vercel config, update packages
This commit is contained in:
Aaron William Po
2023-02-25 19:17:49 -05:00
parent 6f604b9768
commit 11b3304c54
12 changed files with 841 additions and 3429 deletions

3
vercel.json Normal file
View File

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