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

[frameworks] Check for remix.config.mjs for "remix" auto-detection #9558

Merged
merged 2 commits into from
Feb 27, 2023

Conversation

TooTallNate
Copy link
Member

@TooTallNate TooTallNate commented Feb 25, 2023

Moving this to a separate PR based on this comment: #9556 (comment)

This will need to be merged and released before the relevant E2E test in #9556 will pass.

@styfle styfle merged commit 58d6268 into main Feb 27, 2023
@styfle styfle deleted the update/frameworks-remix-mjs branch February 27, 2023 15:07
@@ -202,12 +202,13 @@ export const frameworks = [
useRuntime: { src: 'package.json', use: '@vercel/remix' },
ignoreRuntimes: ['@vercel/node'],
detectors: {
every: [
// Intentionally does not detect a package name
// https://github.com/vercel/vercel/pull/7761
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why was this comment removed? It's a note that makes sure we don't think we can replace this with something like matchPackage: 'remix' later.

I don't think it's necessarily required, but if we're removing these comments, let's remove the other comments about this from this file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: frameworks 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

3 participants