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

feat(@netlify/remix-edge-adapter): support Hydrogen Vite sites #441

Commits on Aug 30, 2024

  1. refactor(remix-edge-adapter,remix-adapter): improve naming

    "Entrypoint" is a loaded term here with multiple possible meanings, as
    is "server". Rename for clarity and consistency with Remix naming.
    serhalp committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    fcce736 View commit details
    Browse the repository at this point in the history
  2. feat(remix-edge-adapter): use site entrypoint for Hydrogen sites

    It appears to be (nearly?) imposssible to provide an out-of-the-box Netlify
    experience for Hydrogen sites that use Remix Vite. We may be able to
    solve for this at some point, but for now our only option is to expect
    these sites to contain a `server.ts` (or similar) file at the root. This
    is what Hydrogen templates do and what the Netlify Hydrogen template
    will do.
    
    There may be value in supporting this for Remix sites as well, but I
    haven't heard of a use case so I didn't bother supporting it here.
    serhalp committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    e1ffb39 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    9136c57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    799a746 View commit details
    Browse the repository at this point in the history
  3. fix: fix Hydrogen types

    serhalp committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    080e7bc View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    24135c0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into serhalp/frp-1264-hydrogen-sites-cannot-work-…

    …on-netlify-when-using-remix-vite
    serhalp committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    35dcb2b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0127eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f3fa359 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    97be0a5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bc0ec64 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a276f9d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    aaa0903 View commit details
    Browse the repository at this point in the history