Compare commits

..

1 commit

Author SHA1 Message Date
d109a114e1
chore(deps): update dependency prettier to v3.6.0
All checks were successful
docker-build / docker (push) Successful in 6m30s
container-scan / Container Scan (pull_request) Successful in 2m43s
docker-build / docker (pull_request) Successful in 1m13s
2025-06-24 20:31:36 +02:00

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