The generator will succeed in scaffolding the app, however the app/app.js or app/router.js files will be overwritten if the user names their application app or router either from parent folder convention, or by choice.
These 2 cases should be caught and thrown back to the user.
The generator will succeed in scaffolding the app, however the
app/app.jsorapp/router.jsfiles will be overwritten if the user names their applicationapporroutereither from parent folder convention, or by choice.These 2 cases should be caught and thrown back to the user.