feat: add report material workflows and gateway safeguards

This commit is contained in:
hectorzhao
2026-07-15 18:23:48 +08:00
parent cf9f4ce4cd
commit 7091a8bed4
41 changed files with 3606 additions and 71 deletions
+9
View File
@@ -24,6 +24,7 @@
"bullmq": "^5.79.2",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.3",
"exceljs": "^4.4.0",
"ioredis": "^5.11.1",
"minio": "^8.0.7",
"pg": "^8.22.0",
@@ -41,5 +42,13 @@
},
"overrides": {
"@hono/node-server": "1.19.13"
},
"overrides": {
"exceljs": {
"uuid": "11.1.1"
},
"@prisma/dev": {
"@hono/node-server": "1.19.13"
}
}
}