core: credit users for missed referral rewards

This commit is contained in:
vimtor
2026-05-29 13:04:53 +02:00
parent 41198186be
commit 5764f19937
2 changed files with 154 additions and 0 deletions

View File

@@ -37,6 +37,7 @@
"update-limits": "script/update-limits.ts",
"promote-limits-to-dev": "script/promote-limits.ts dev",
"promote-limits-to-prod": "script/promote-limits.ts production",
"referral-backfill": "script/referral-backfill.ts",
"typecheck": "tsgo --noEmit"
},
"devDependencies": {