feat: add endpoint for entitlement events

This commit is contained in:
2025-07-06 12:49:55 -07:00
parent 33e416af83
commit 5d4621df83
7 changed files with 367 additions and 6 deletions

View File

@ -23,6 +23,8 @@
},
"dependencies": {
"fastify": "5.2.1",
"nodemailer": "6.10.0"
"fastify-raw-body": "5.0.0",
"nodemailer": "6.10.0",
"tweetnacl": "1.0.3"
}
}