fix(api): add missing express dependency for pnpm strict mode

This commit is contained in:
yeuimu
2026-07-11 17:16:30 +08:00
parent 7e04877bb6
commit 86ce8cabe8
3 changed files with 4 additions and 3 deletions
+1
View File
@@ -36,6 +36,7 @@
"bcrypt": "^5.1.1",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"express": "^4.21.0",
"passport": "^0.7.0",
"passport-jwt": "^4.0.1",
"reflect-metadata": "^0.2.1",