[DONE] Add config schemas for reactor and settler #5
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Reactor and settler nodes manually build configs in _loadConfig() without JSON defaults, unlike the other 6 nodes.
Solution
✅ Created generalFunctions/src/configs/reactor.json (CSTR/PFR params, ASM3 initial state)
✅ Created generalFunctions/src/configs/settler.json (general, functionality)
✅ Configs load correctly via configManager