Skip to content

Commit

Permalink
chore: alphabetising the order
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpowell committed Mar 31, 2022
1 parent 9d31a52 commit aa8dab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/other-api/adapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ order: 2
Idiomatic Remix apps can generally be deployed anywhere because Remix adapt's the server's request/response to the [Web Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API). It does this through adapters. We maintain a few adapters:

- `@remix-run/architect`
- `@remix-run/azure-functions`
- `@remix-run/cloudflare-pages`
- `@remix-run/cloudflare-workers`
- `@remix-run/express`
- `@remix-run/netlify`
- `@remix-run/vercel`
- `@remix-run/azure-functions`

These adapters are imported into your server's entry and is not used inside of your Remix app itself.

Expand Down

0 comments on commit aa8dab7

Please sign in to comment.