Skip to content

0.0.14-rc.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@mdbecker mdbecker released this 27 Jun 11:38
· 1 commit to main since this release

refactor(config): move executable path configuration to config.py

Moved the configuration for the executable's path from cli.json to config.py for consistency. Introduced an environment variable for specifying the executable's path. Updated main.py to use this new configuration and also updated the relevant tests.

BREAKING CHANGE: The configuration of the executable path is no longer read from cli.json. It must now be configured through an environment variable or directly in config.py.