Skip to content

Conversation

@thecristen
Copy link
Collaborator

erlang 28.0 → 28.2
elixir 1.18.4 → 1.19.4
Phoenix 1.8.1 → 1.8.3

I was mostly curious if I could get a more cooperative local dev environment which didn't crash on recompilation so often. I'm not sure if I achieved that, but at least we can keep up with our incremental upgrades.

Some corrections/improvements made along the way:

  • The check_origin host is already set in runtime.exs and thus I didn't need any of the other code around configuring that
  • The :allow_indexing configuration was written before we had a runtime.exs. Using the runtime configuration file to set that value lets me clean up a lot of code!
  • Upon closer inspection the # hack to pull the STATIC_SCHEME variable out of the environment also came before runtime.exs, and also doesn't do anything useful as currently written. So I hypothesize we don't need that anymore

@thecristen thecristen requested a review from a team as a code owner January 2, 2026 20:49
@thecristen thecristen added the dev-green Deploy to dev-green label Jan 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dev-green Deploy to dev-green

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants