chore(deps): update dependency prettier to v3.6.2
Some checks failed
docker-build / docker (push) Waiting to run
tests / Tests (push) Waiting to run
container-scan / Container Scan (pull_request) Has been cancelled
docker-build / docker (pull_request) Has been cancelled
tests / Tests (pull_request) Has been cancelled

This commit is contained in:
Renovate Bot 2025-06-27 06:01:23 +00:00 committed by Dominik Stahl
parent 9045eedf9c
commit 9f1f1e24e9
Signed by: dominik
GPG key ID: 06A4003FC5049644
3 changed files with 6 additions and 8 deletions

View file

@ -66,7 +66,6 @@ This project is built with a modern tech stack:
yarn install
```
3. **Set up environment variables:**
- You will need to create an `AUTH_SECRET`. You can generate one using the following command:
```bash
npx auth secret
@ -97,7 +96,6 @@ This project is built with a modern tech stack:
```
4. **Apply database migrations (Prisma):**
- Ensure your Prisma schema (`prisma/schema.prisma`) is defined.
- Setup/update the database with these commands:
```bash