This PR adds comprehensive photo management features, duplicate detection, attempt limits, penalty system improvements, and admin photo deletion capabilities to the MirrorMatch application. #1
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user