Production Deployment Fixes and Enhancements #3

Merged
ilia merged 38 commits from dev into main 2026-01-04 16:37:35 -05:00
3 changed files with 1 additions and 2 deletions
Showing only changes of commit 2169e5d184 - Show all commits

View File

@ -1 +0,0 @@
../node_modules/.prisma/client

View File

@ -14,6 +14,7 @@
"test:coverage": "jest --coverage",
"test:ci": "jest --ci --coverage --maxWorkers=2",
"db:generate": "prisma generate",
"postinstall": "prisma generate",
"db:migrate": "prisma migrate dev",
"db:push": "prisma db push",
"db:studio": "prisma studio",

View File

@ -3,7 +3,6 @@
generator client {
provider = "prisma-client-js"
output = "../node_modules/@prisma/client/.prisma/client"
}
datasource db {