feat: goddess API routes, services, and tests (chunk 4)

Add six new goddess-mode API routes (boss fight, consecration,
enlightenment, upgrade purchase, crafting, exploration) alongside
matching service modules and full test suites at 100% coverage.
This commit is contained in:
2026-04-13 15:48:35 -07:00
committed by Naomi Carrigan
parent 7da1f3942d
commit 0d36b255ee
19 changed files with 4250 additions and 16 deletions
+1 -5
View File
@@ -10,11 +10,7 @@ export default defineConfig({
"src/db/client.ts",
"src/index.ts",
"src/data/materials.ts",
// Goddess expansion data filesexcluded until goddess routes import them in a later chunk
"src/data/goddessConsecrationUpgrades.ts",
"src/data/goddessCrafting.ts",
"src/data/goddessEnlightenmentUpgrades.ts",
"src/data/goddessEquipmentSets.ts",
// Goddess materials data file — not directly imported by any route (referenced by ID strings only)
"src/data/goddessMaterials.ts",
],
thresholds: {