Skip to content

Commit 9405abc

Browse files
authored
Update README with Prisma client generation steps
Added instructions to generate the Prisma client.
1 parent 59af240 commit 9405abc

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ Initialize your SQLite database and run migrations.
6161
pnpm dlx prisma migrate dev --name init
6262
```
6363

64+
Generate the Prisma client
65+
```bash
66+
pnpm dlx prisma generate
67+
```
68+
6469
To reset the database and run the seed script:
6570

6671
```bash

0 commit comments

Comments
 (0)