docs: fix formatting in Prisma setup instructions
All checks were successful
docker-build / docker (pull_request) Successful in 9m50s
container-scan / Container Scan (pull_request) Successful in 3m25s

This commit is contained in:
micha 2025-05-21 14:29:52 +02:00
parent 48d5b45e21
commit b2513609df

View file

@ -111,8 +111,8 @@ This project is built with a modern tech stack:
npx prisma migrate dev
# You might be prompted to name your first migration.
```
Tipp: You can open the prisma database UI with ```yarn prisma:studio```
Tipp: You can open the prisma database UI with `yarn prisma:studio`
5. **Run the development server:**