fix(seed/docker): repair production symbol loss incident
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 21m31s

This commit is contained in:
Pepe Ziberi
2026-05-20 16:56:22 +02:00
parent a53f77c97c
commit ecc9003a73
122 changed files with 5913 additions and 26 deletions

View File

@@ -12,7 +12,7 @@
"db:push": "prisma db push",
"db:migrate": "prisma migrate dev",
"db:migrate:prod": "prisma migrate deploy",
"db:seed": "npx tsx prisma/seed.ts",
"db:seed": "node prisma/seed.js",
"db:studio": "prisma studio",
"postinstall": "prisma generate",
"repair:features:dry-run": "node prisma/repair-features.js --dry-run",