Skip to content
This repository was archived by the owner on Jul 14, 2024. It is now read-only.

Commit 45cd9de

Browse files
Update README.md (#104)
* 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>
1 parent a333ab4 commit 45cd9de

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,10 @@ https://your-website-domain/api/auth/callback/AniListProvider
146146
```bash
147147
npx prisma migrate dev
148148
npx prisma generate
149+
150+
### NOTE
151+
# 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"
149153
```
150154

151155
6. Start local server :

0 commit comments

Comments
 (0)