You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 14, 2024. It is now read-only.
* Update README.md
some people get this error when hosting on vercel so yes
* Update README.md
---------
Co-authored-by: Factiven <factiven.org@gmail.com>
# If you get a vercel build error related to prisma that says prisma detected but no initialized just change the following line in package.json line number 8
152
+
"build": "next build" to >"build": "npx prisma migrate deploy && npx prisma generate && next build"
0 commit comments