-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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(remix-dev): use external Vercel template #5500
Conversation
|
Hi @Ethan-Arrowood, Welcome, and thank you for contributing to Remix! Before we consider your pull request, we ask that you sign our Contributor License Agreement (CLA). We require this only once. You may review the CLA and sign it by adding your name to contributors.yml. Once the CLA is signed, the If you have already signed the CLA and received this response in error, or if you have any questions, please contact us at hello@remix.run. Thanks! - The Remix team |
Thank you for signing the Contributor License Agreement. Let's get this merged! 🥳 |
Had to remove self temporarily from CLA. Don't expect it to be an issue but need to get explicit internal approval before I "sign" it. Whoops! |
Hi @Ethan-Arrowood! Are you still interested in getting this one merged? If so, please rebase onto latest |
d52dff8
to
ef2e3a7
Compare
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.
@Ethan-Arrowood Since this is also a code change, could you please rebase onto latest dev
& set base branch to dev
as well?
bdc9514
to
1703089
Compare
Fixed up 👍 |
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.
The template being owned by Vercel the same way you own the adapter makes lots of sense 👍
Hi folks, whats the status on this? I fixed it up previously and it never merged. Now its conflicting again. If I fix the merge conflicts can we land this? |
Fixed merge conflicts 👍 Lets get this merged 🚢 |
Superseded by #6784 |
This PR updates the template that remix uses when you call the create command. Wanted to propose this new solution where it will download the template we maintain. If y'all would like to still own the template I'd be happy to scrap these changes and just send a PR that copy-paste from our template.
Testing Strategy:
Template is tested in Vercel's repo's integration tests.