fix: resolve Docker build errors - JSX ternary, missing barrel export, missing ActivityLog component
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 3m22s

This commit is contained in:
2026-05-18 15:07:34 +02:00
parent 14ba02d987
commit afbdb71548
6 changed files with 71 additions and 17 deletions
+1 -2
View File
@@ -1,6 +1,6 @@
{
"_meta": {
"generated": "2026-05-18T12:47:00.491Z",
"generated": "2026-05-18T12:51:41.151Z",
"description": "Import dependency graph for src/lib/game. Keys are files, values are arrays of files they import.",
"usage": "To find what a file affects, search for its path in the VALUES. To find what a file depends on, look at its KEY entry."
},
@@ -416,7 +416,6 @@
"stores/combatStore.ts": [
"stores/combat-actions.ts",
"stores/combat-state.types.ts",
"stores/gameStore.ts",
"stores/prestigeStore.ts",
"types.ts",
"utils/activity-log.ts",