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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
some people get this error when hosting on vercel so yes
  • Loading branch information
chitrakshbotwala authored Nov 26, 2023
1 parent a333ab4 commit 4bd7982
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 dev && npx prisma generate && next build"
```

6. Start local server :
Expand Down

0 comments on commit 4bd7982

Please sign in to comment.