feat: log entitlement purchases #3

Merged
naomi merged 9 commits from feat/entitlements into main 2025-07-06 13:48:18 -07:00
7 changed files with 378 additions and 6 deletions
Showing only changes of commit c0a276947a - Show all commits

View File

@ -70,7 +70,7 @@ export const instantiateServer = (): void => {
server.register(fastifyRawBody, {
encoding: "utf8",
field: "rawBody",
global: false,
global: true,
runFirst: true,
});