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
+3 -6
View File
@@ -1,11 +1,8 @@
# Circular Dependencies
Generated: 2026-05-18T12:47:02.133Z
Found: 4 circular chain(s) — these MUST be fixed before modifying involved files.
Generated: 2026-05-18T12:51:42.611Z
Found: 1 circular chain(s) — these MUST be fixed before modifying involved files.
1. Processed 122 files (1.3s) (30 warnings)
2. 1) stores/combatStore.ts > stores/gameStore.ts
3. 2) stores/combatStore.ts > stores/gameStore.ts > stores/gameActions.ts
4. 3) stores/combatStore.ts > stores/gameStore.ts > stores/gameLoopActions.ts
1. Processed 122 files (1.2s) (30 warnings)
## How to fix
1. Identify which import in the chain can be extracted to a shared types/utils file.