fix: correct typo in Prisma command in README.md
All checks were successful
container-scan / Container Scan (pull_request) Successful in 2m11s
docker-build / docker (pull_request) Successful in 3m12s

This commit is contained in:
micha 2025-06-08 00:56:37 +02:00
parent d37aa88ab7
commit bc3e322596

View file

@ -104,7 +104,7 @@ This project is built with a modern tech stack:
yarn prisma:generate
```
```bash
yarn prisa:db:push
yarn prisma:db:push
```
- Run the following command to apply migrations and generate Prisma Client:
```bash