Apple login
Some checks failed
Deploy to Server / deploy (push) Failing after 11s

This commit is contained in:
2026-04-10 00:31:44 -05:00
parent 9952d989b8
commit f1dfb1240f
3 changed files with 114 additions and 0 deletions

View File

@@ -17,6 +17,7 @@
"express": "^4.21.2",
"express-rate-limit": "^7.5.0",
"form-data": "^4.0.1",
"jose": "^6.2.2",
"kysely": "^0.28.15",
"mailgun.js": "^11.1.0",
"multer": "^2.0.0",
@@ -28,6 +29,7 @@
"@types/multer": "^2.1.0",
"@types/node": "^22.13.10",
"@types/pg": "^8.11.11",
"jsonwebtoken": "^9.0.3",
"tsx": "^4.19.3",
"typescript": "^5.7.3"
}