Skip to content

Commit

Permalink
fix: edge deployment targets (#5733)
Browse files Browse the repository at this point in the history
  • Loading branch information
luanvdw authored Mar 19, 2024
1 parent db1fa64 commit ebd0790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/300-accelerate/200-getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ import { withAccelerate } from '@prisma/extension-accelerate'
const prisma = new PrismaClient().$extends(withAccelerate())
```

If you are going to deploy to an edge runtime (like Cloudflare Workers, Vercel Edge Functions, Deno Deploy, or Netlify Edge Functions), use our edge client instead:
If you are going to deploy to an edge runtime (like Cloudflare Workers, Vercel Edge Functions, Deno Deploy, or Supabase Edge Functions), use our edge client instead:

```ts
import { PrismaClient } from '@prisma/client/edge'
Expand Down

0 comments on commit ebd0790

Please sign in to comment.