Closed paulstatezny closed 2 years ago
If you run mix eject
before mix eject.init
, it will say:
** (RuntimeError) Eject configuration is missing. Run:
mix eject.init
Or add the following to config/config.exs.
config :some_app, Eject, blueprint: SomeApp.Eject.Blueprint
(Change `SomeApp.Eject.Blueprint` to the name of your Blueprint module.)
Usage