Skip to content

Commit b7e6305

Browse files
Update src/content/docs/workers/tutorials/using-prisma-postgres-with-workers/index.mdx
Co-authored-by: Nikolas <[email protected]>
1 parent 7730c59 commit b7e6305

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/workers/tutorials/using-prisma-postgres-with-workers

1 file changed

+1
-1
lines changed

src/content/docs/workers/tutorials/using-prisma-postgres-with-workers/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ After these steps are complete, Prisma ORM is fully set up and connected to your
151151

152152
## 3. Develop the application
153153

154-
Modify the `src/index.ts` file with the following code:
154+
Modify the `src/index.ts` file and replace its contents with the following code:
155155

156156
```ts title="src/index.ts"
157157
import { PrismaClient } from "@prisma/client/edge";

0 commit comments

Comments
 (0)