Fixes a bug where the full path is needed to run packages on WSL.
0.2.3
SX now supports prefixes for environment variables.
0.2.2
SX now supports application profiles. It enables the user to easily swap environment file variables based on build parameters.
0.2.1
* `sx boot build` now can choose which packages to build (default: it builds all packages) * Package commands are now compilable. You can use any package attribute in start/postBuild commands.
0.2.0
* Add topological sort to start dependencies first * Use libtmux to start packages in different processes
0.1.2
This version fixes a bug where iterating over a Settings instance could lead to an unintended toml.load() call.