scraps/backend
End Nightshade dfa61ff117
fix(shop): remove perRollMultiplier from base roll cost calculation
perRollMultiplier (default 0.05) was being applied as a direct multiplier
on the base roll cost, making everything cost 1-3 scraps instead of the
correct amount. It should only be used as an escalation factor per
previous roll: displayRollCost = baseRollCost * (1 + perRollMultiplier * rollCount)
2026-02-22 18:35:14 -07:00
..
dist fix(shop): remove perRollMultiplier from base roll cost calculation 2026-02-22 18:35:14 -07:00
drizzle fix(admin): fix order delete/restore with single JSONB payload archive 2026-02-22 17:04:45 -08:00
src fix(shop): remove perRollMultiplier from base roll cost calculation 2026-02-22 18:35:14 -07:00
.gitignore add in dash and stuff 2026-01-30 10:15:24 -05:00
bun.lock add in loops and airtable syncs 2026-02-06 17:07:10 -05:00
Dockerfile before mobile optimize 2026-02-03 15:56:26 -05:00
drizzle.config.ts add in dash and stuff 2026-01-30 10:15:24 -05:00
package.json push push push spsuh push psuh 2026-02-16 20:16:12 -05:00
README.md PUBLIC RELEASE: add in some checks and readme 2026-02-04 13:29:57 -05:00
tsconfig.json add in dash and stuff 2026-01-30 10:15:24 -05:00

scraps backend

just don't