mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2026-03-31 00:40:08 +02:00
- Due to the refactor with TrackedShell, setting RealShell.exports no longer worked. This has been fixed. - Added `customExports` and `setCustomExports` to TrackedShell. Ideally, further down the line, this is something that can be added to the interface, but for now it's okay. - Custom exports (environment variables) are now logged when the app starts. - Added a unit test that checks if exports are passed as environment variables via RealShell.