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 17cfb11e8a - Show all commits

View File

@ -68,12 +68,10 @@ export const instantiateServer = (): void => {
});
server.register(fastifyRawBody, {
encoding: "utf8",
field: "rawBody",
global: false,
jsonContentTypes: [],
routes: [],
runFirst: true,
encoding: "utf8",
field: "rawBody",
global: false,
runFirst: true,
});
server.get("/", (_request, response) => {