Igniter messes with sourceror
I have a pretty empty Phoenix 1.8 project where I have added igniter, ash and ash_phoenix, using igniter, without issue.
Now I want to add ash_authentication with
After this,
Any ideas?
Now I want to add ash_authentication with
mix igniter.install ash_authentication --auth-strategy magic_link, however that fails after setting up igniter with:After this,
mix format fails with the same error, until you run mix deps.get. This fixes mix format, but mix igniter.install ... breaks it again.Any ideas?
