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
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 3m22s
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -108,6 +108,7 @@ Mana-Loop/
|
||||
│ │ │ ├── shared/
|
||||
│ │ │ │ └── MemorySlotPicker.tsx
|
||||
│ │ │ ├── tabs/
|
||||
│ │ │ │ ├── ActivityLog.tsx
|
||||
│ │ │ │ ├── DisciplinesTab.tsx
|
||||
│ │ │ │ └── index.ts
|
||||
│ │ │ ├── AchievementsDisplay.tsx
|
||||
@@ -203,6 +204,7 @@ Mana-Loop/
|
||||
│ │ │ │ ├── enchanter.ts
|
||||
│ │ │ │ ├── fabricator-disciplines.ts
|
||||
│ │ │ │ ├── fabricator.ts
|
||||
│ │ │ │ ├── index.ts
|
||||
│ │ │ │ ├── invoker-disciplines.ts
|
||||
│ │ │ │ └── invoker.ts
|
||||
│ │ │ ├── enchantments/
|
||||
|
||||
Reference in New Issue
Block a user