You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce a new `ace-config` package:
- exposes a `paths` object storing the system paths (log, config, data, etc)
- exposes the config stored in the config file in the `config` object
- exposes constants in the `constants` object
The config file will be stored in the user's OS-specific configuration directory
Fixes#63, Fixes#77
Introduce a new `ace-config` package:
- exposes a `paths` object storing the system paths (log, config, data, etc)
- exposes the config stored in the config file in the `config` object
- exposes constants in the `constants` object
The config file will be stored in the user's OS-specific configuration directory
Fixes#63, Fixes#77
To have easy access to shared info/constants like:
The text was updated successfully, but these errors were encountered: