Skip to content

Commit f110199

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

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
@@ -200,7 +200,7 @@ When the application is deployed to Cloudflare, it needs access to the `DATABASE
200200
npx wrangler secret put DATABASE_URL
201201
```
202202

203-
When prompted, paste the `DATABASE_URL` value.
203+
When prompted, paste the `DATABASE_URL` value (from `.dev.vars`).
204204

205205
Then execute the following command to deploy your project to Cloudflare Workers:
206206

0 commit comments

Comments
 (0)