chore(seed/docs): production safety, scripts audit, documentation
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 17m48s

This commit is contained in:
Pepe Ziberi
2026-05-20 17:32:28 +02:00
parent ecc9003a73
commit 08a66095e6
2 changed files with 251 additions and 1 deletions

View File

@@ -15,9 +15,12 @@
"db:seed": "node prisma/seed.js",
"db:studio": "prisma studio",
"postinstall": "prisma generate",
"db:seed:icons": "node prisma/seed-icons-only.js",
"db:seed:safe": "node prisma/seed.js",
"repair:features:dry-run": "node prisma/repair-features.js --dry-run",
"repair:features:apply": "node prisma/repair-features.js --apply",
"recover:symbols": "node prisma/recover-symbols.js"
"recover:symbols:dry-run": "node prisma/recover-symbols.js --dry-run",
"recover:symbols:apply": "node prisma/recover-symbols.js --apply"
},
"dependencies": {
"@dnd-kit/core": "^6.1.0",