feat: log entitlement purchases #3

Merged
naomi merged 9 commits from feat/entitlements into main 2025-07-06 13:48:18 -07:00
Showing only changes of commit 17cfb11e8a - Show all commits
-2
View File
@@ -71,8 +71,6 @@ export const instantiateServer = (): void => {
encoding: "utf8", encoding: "utf8",
field: "rawBody", field: "rawBody",
global: false, global: false,
jsonContentTypes: [],
routes: [],
runFirst: true, runFirst: true,
}); });