Skip to content

Commit 7730c59

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

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
@@ -95,7 +95,7 @@ Once the command has terminated, it has created:
9595
- A `prisma` folder containing `schema.prisma`, where you will define your database schema.
9696
- An `.env` file in the project root, which will contain the Prisma Postgres database url `DATABASE_URL=<your-prisma-postgres-database-url>`.
9797

98-
You will use a `.dev.vars` file instead of the created `.env` file.
98+
Note that Cloudflare Workers don't support `.env` files. You will use a file called `.dev.vars` instead of the `.env` file that was just created.
9999

100100
### 2.3. Prepare environment variables
101101

0 commit comments

Comments
 (0)