You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and i run the mix phx.server in ~/ folder all works fine because it creates
, but
it creates an folder structure inside all my apps like:
~/apps/myproject_web/priv/static/images/icons # <-- the right one, and the follow wrongs~/apps/myproject_web/apps/myproject_web/priv/static/images/icons
~/apps/myproject_xxx/apps/myproject_xxx/priv/static/images/icons
~/apps/myproject/apps/myproject/priv/static/images/icons
anybody have any tip for me to change something and send a PR to this?
The text was updated successfully, but these errors were encountered:
Hello Fellows,
My phoenix project is a umbrella project, so i have the project folder tree in this shape:
and the config must be something like this:
and i run the mix phx.server in
~/
folder all works fine because it creates, but
it creates an folder structure inside all my apps like:
anybody have any tip for me to change something and send a PR to this?
The text was updated successfully, but these errors were encountered: