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

Refactor runtime packages to conform to the Remix server runtime interface #2359

Merged
merged 17 commits into from
Mar 21, 2022

Commits on Mar 21, 2022

  1. Configuration menu
    Copy the full SHA
    26dcec2 View commit details
    Browse the repository at this point in the history
  2. refactor(@remix-run/server-runtime): organize exports

    group types that should be re-exported by each remix server runtime
    pcattori committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    c89c559 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0943d5b View commit details
    Browse the repository at this point in the history
  4. docs(@remix-run/server-runtime): rewrite readme to explain the "remix…

    … server runtime interface"
    pcattori committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    23ad936 View commit details
    Browse the repository at this point in the history
  5. refactor(@remix-run/node): conform to the remix server runtime interface

    instead of relying on magic exports
    pcattori committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    47d60b1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    06ec5bb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    88b6520 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    58b8d0e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ff288df View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d177502 View commit details
    Browse the repository at this point in the history
  11. refactor(@remix-run/architect): use @remix-run/node instead of `@re…

    …mix-run/server-runtime`
    pcattori committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    fc32193 View commit details
    Browse the repository at this point in the history
  12. refactor(@remix-run/express): use @remix-run/node instead of `@remi…

    …x-run/server-runtime`
    pcattori committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    a282e08 View commit details
    Browse the repository at this point in the history
  13. refactor(@remix-run/netlify): use @remix-run/node instead of `@remi…

    …x-run/server-runtime`
    pcattori committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    a47504c View commit details
    Browse the repository at this point in the history
  14. refactor(@remix-run/vercel): use @remix-run/node instead of `@remix…

    …-run/server-runtime`
    pcattori committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    467cfb9 View commit details
    Browse the repository at this point in the history
  15. refactor(@remix-run/cloudflare-workers): use @remix-run/cloudflare

    …instead of `@remix-run/server-runtime`
    pcattori committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    346c2e1 View commit details
    Browse the repository at this point in the history
  16. refactor(@remix-run/cloudflare-pages): use @remix-run/cloudflare in…

    …stead of `@remix-run/server-runtime`
    pcattori committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    3f976a2 View commit details
    Browse the repository at this point in the history
  17. refactor(server-runtimes,adapters): remove unused platform arg from…

    … `createRequestHandler`
    pcattori committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    bd2fadf View commit details
    Browse the repository at this point in the history