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
When I generate a new Phoenix application using v1.3.0, I get a directory structure that does not fit the Addict boilerplate generator. For instance, this project generates file in the web folder, whereas the directory was moved to lib/<project_name>_web. This also affects the module names, the path in the Addict view file, etc.
The text was updated successfully, but these errors were encountered:
When I generate a new Phoenix application using v1.3.0, I get a directory structure that does not fit the Addict boilerplate generator. For instance, this project generates file in the
web
folder, whereas the directory was moved tolib/<project_name>_web
. This also affects the module names, the path in the Addict view file, etc.The text was updated successfully, but these errors were encountered: