Skip to content

Commit

Permalink
Merge branch 'remix-run:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
mrm007 authored Jan 13, 2024
2 parents e998cd0 + c43d294 commit 9ced484
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@
- exegeteio
- F3n67u
- fayez-nazzal
- fede
- federicoestevez
- fergusmeiklejohn
- fernandojbf
Expand Down Expand Up @@ -347,6 +348,7 @@
- leoweigand
- levippaul
- LewisArdern
- lfantone
- lifeiscontent
- lili21
- lionotm
Expand Down
4 changes: 4 additions & 0 deletions docs/other-api/adapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Each adapter has the same API. In the future we may have helpers specific to the
- [`@vercel/remix`][vercel-remix] - For [Vercel][vercel].
- [`remix-google-cloud-functions`][remix-google-cloud-functions] - For [Google Cloud][google-cloud-functions] and [Firebase][firebase-functions] functions.
- [`partymix`][partymix] - For [PartyKit][partykit].
- [`@scandinavianairlines/remix-azure-functions`][remix-azure-functions]: For [Azure Functions][azure-functions] and [Azure Static Web Apps][azure-static-web-apps].

## Creating an Adapter

Expand Down Expand Up @@ -152,3 +153,6 @@ addEventListener("fetch", (event) => {
[vercel]: https://vercel.com
[partykit]: https://partykit.io
[partymix]: https://github.com/partykit/partykit/tree/main/packages/partymix
[remix-azure-functions]: https://github.com/scandinavianairlines/remix-azure-functions
[azure-functions]: https://azure.microsoft.com/en-us/products/functions/
[azure-static-web-apps]: https://azure.microsoft.com/en-us/products/app-service/static

0 comments on commit 9ced484

Please sign in to comment.