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
Is there an existing issue that is already proposing this?
I have searched the existing issues
Is your feature request related to a problem? Please describe it
mantis init doesn't handle setting the db url; therefore, the generated app doesn't work until a apps/server/.env.local or similar is added with contents like the following.
# Example
MONGODB_URI='mongodb+srv://<user>:<password>@<cluster-name>.mongodb.net/?retryWrites=true&w=majority'
Describe the solution you'd like
mantis init should prompt the user for a db url to use during generation. It should also create a apps/server/.env.local file with the following content so the user doesn't have to create one themselves.
Is there an existing issue that is already proposing this?
Is your feature request related to a problem? Please describe it
mantis init
doesn't handle setting the db url; therefore, the generated app doesn't work until aapps/server/.env.local
or similar is added with contents like the following.Describe the solution you'd like
mantis init
should prompt the user for a db url to use during generation. It should also create aapps/server/.env.local
file with the following content so the user doesn't have to create one themselves.MONGODB_URI='<the url given>'
Teachability, documentation, adoption, migration strategy
No response
What is the motivation / use case for changing the behavior?
This makes it easier to create the app seamlessly
The text was updated successfully, but these errors were encountered: