-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: allow easier deployment with default app schematics #672
Conversation
Just saw that a similar PR was sent (currently in conflict), without the packaging part: #288 |
This would definitely improve deployment on Azure 🎉 |
We're tracking this here #288 |
@kamilmysliwiec as #288 seems stalled, and this one also adds proper packaging would it be ok if I add @BrunnerLivio as co-author on this PR to give him credits and re-open this one? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this LGTM! @sinedied please update the docs as well https://docs.nestjs.com/first-steps#setup
@kamilmysliwiec can you please close #288 and review this one instead?
This has been discussed in the past and currently, we don't plan on making |
Hi @kamilmysliwiec, would it be possible to share a link to the discussion about not using |
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Currently, the generated starter app has 2 issues:
process.env.PORT
with a fallbacknpm pack
Both these issues cause the default generated app to be undeployable on most cloud providers.
Issue Number: N/A
What is the new behavior?
This PR fixes the 2 issues above, so the default generated app can be deployed easily on most cloud providers.
Does this PR introduce a breaking change?
Other information