Is there a way to make conform work during development?

249 Views Asked by At

I have Conform configuration working in a Phoenix app. This requires an exrm release. For development purposes we want to use the same configuration technique, but without generating a release every time we make changes. Is there a way to use Conform when running mix phoenix.server?

1

There are 1 best solutions below

1
On BEST ANSWER

I believe the intent is that you use Elixir's configuration functionality for test and development and that Conform is only used for releases.