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,7 +3,6 @@
|
||||
|
||||
generator client {
|
||||
provider = "prisma-client-js"
|
||||
output = "../node_modules/@prisma/client/.prisma/client"
|
||||
}
|
||||
|
||||
datasource db {
|
||||
|
||||
6
types/prisma.d.ts
vendored
6
types/prisma.d.ts
vendored
@ -1,6 +0,0 @@
|
||||
// Fallback typings for CI environments where Prisma's generated
|
||||
// module resolution can be finicky under `moduleResolution: bundler`.
|
||||
declare module '@prisma/client' {
|
||||
export * from '@prisma/client/.prisma/client';
|
||||
export { PrismaClient } from '@prisma/client/.prisma/client';
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user