Skip to content

Commit

Permalink
Update content/800-guides/1200-prisma-postgres-realtime-on-cloudflare…
Browse files Browse the repository at this point in the history
….mdx

Co-authored-by: Nikolas <[email protected]>
  • Loading branch information
ankur-arch and nikolasburk authored Jan 14, 2025
1 parent 45b7107 commit e19204a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ Remove all content from the `src/index.ts` file to start with a clean slate.

### 4.2. Set up dependencies and environment bindings

Add the required imports and define [environment variable bindings](https://hono.dev/docs/getting-started/cloudflare-workers#load-env-when-local-development) to use the `DATABASE_URL` and `PULSE_API_KEY` in your application.
Add the required imports and define [environment variable bindings](https://hono.dev/docs/getting-started/cloudflare-workers#load-env-when-local-development) to use the `DATABASE_URL` and `PULSE_API_KEY` in your application:

```typescript file=src/index.ts
import { PrismaClient } from "@prisma/client/edge";
Expand Down

0 comments on commit e19204a

Please sign in to comment.