mirror of
https://github.com/ironfox-oss/IronFox.git
synced 2026-07-31 09:56:46 -04:00
These are constant values (defined at `ironfox.configure`) which can be used anywhere... specifically: - In Gecko (via the `IFConstants.sys.mjs` module) - In `ironfox.cfg` (via the equivalent prefs set at `ironfox.js` and `phoenix-overrides.cfg`) - In any Kotlin/Java project (via the `org.ironfoxoss.core.IFConstants` components) So this allows us to define these values in one place, and be able to use them anywhere. It also ensures the values always match across all projects. Signed-off-by: celenity <celenity@celenity.dev>