This PR adds comprehensive photo management features, duplicate detection, attempt limits, penalty system improvements, and admin photo deletion capabilities to the MirrorMatch application. #1

Merged
ilia merged 12 commits from dev into main 2026-01-03 10:19:59 -05:00
Showing only changes of commit c16b38522c - Show all commits

View File

@ -139,6 +139,9 @@ jobs:
- name: Generate Prisma Client
run: npm run db:generate
env:
# Use the same connection string we provide to the build step so Prisma can generate types
DATABASE_URL: postgresql://postgres:postgres@localhost:5432/mirrormatch?schema=public
- name: Build application
run: npm run build