Config is incorrectly generated for new console app projects
jfilby opened this issue · 1 comments
jfilby commented
To recreate run nexus gen app. Specify a console app as the initial module.
The conf directory structure is incorrect:
- There's no project libraries directory with the module directory and a library.yaml file under that.
- Without the library.yaml file the models.yaml file fails to generate
jfilby commented
Possibly rename library to module.