Skip to content

Commit

Permalink
Merge branch 'main' into feat/cloudflare-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-lozano authored Jan 8, 2024
2 parents 580d41a + 09efe73 commit 4ddaf66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/adapters/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import cloudflare from "./cloudflare";
import deno from "./deno";
import netlify from "./netlify";
import pages from "./cloudflare-pages"
import bun from "./bun";

export type Adapter = {
name: string;
Expand All @@ -24,4 +25,4 @@ export type Adapter = {

export const Adapter = <T>(target: Adapter): Adapter => target;

export { node, cloudflare, pages, deno, netlify };
export { node, cloudflare, deno, netlify, bun, pages };

0 comments on commit 4ddaf66

Please sign in to comment.