elixir-browser
elixir-browser copied to clipboard
Fix warnings introduced with Elixir 1.14
Indulging in a satisfying yak shave. Fixed some warnings. Tested with latest OTP 26/Elixir 1.15.6
- `compile_env` should be used instead of `get_env` at module level to avoid silent corruption when run-time values conflict with compile-time
- use `import Config` instead of `use Mix.Config`
bump
Thanks!