Skip to content
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

[remix] Inject Edge entrypoint into @remix-run/vercel during Edge Function creation #9553

Merged

Conversation

TooTallNate
Copy link
Member

There's a PR opened on Remix to add an Edge compatible entrypoint to @remix-run/vercel. This is only really needed specifically for projects that have a custom server.js entrypoint file, which is not strictly necessary anymore, but there are some edge cases where a project might still want to have one. So this PR is necessary for those kinds of projects to be able to use Edge runtime.

Even when they merge the PR, it would be good to leave this injection code around for some time to continue support for older @remix-run/vercel versions in existing projects.

…unction creation

There's a PR opened on Remix to add an Edge compatible entrypoint to @remix-run/vercel. This is only really needed specifically for projects that have a custom server.js entrypoint file, which is not strictly necessary anymore, but there are some edge cases where a project might still want to have one. So this PR is necessary for those kinds of projects to be able to use Edge runtime.

Even when they merge the PR, it would be good to leave this injection code around for some time to continue support for older @remix-run/vercel versions in existing projects.
Ethan-Arrowood
Ethan-Arrowood previously approved these changes Feb 24, 2023
…' of github.com:vercel/vercel into tootallnate/vccli-549-inject-edge-entrypoint-into-remix
@TooTallNate TooTallNate added the pr: automerge Automatically merge the PR when checks pass label Feb 24, 2023
@TooTallNate TooTallNate merged commit 769234b into main Feb 25, 2023
@TooTallNate TooTallNate deleted the tootallnate/vccli-549-inject-edge-entrypoint-into-remix branch February 25, 2023 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: remix pr: automerge Automatically merge the PR when checks pass semver: patch PR contains bug fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants