aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7c79382..3abbb59 100644
--- a/README.md
+++ b/README.md
@@ -146,6 +146,10 @@ https://your-website-domain/api/auth/callback/AniListProvider
```bash
npx prisma migrate dev
npx prisma generate
+
+### NOTE
+# 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
+"build": "next build" to > "build": "npx prisma migrate deploy && npx prisma generate && next build"
```
6. Start local server :