Skip to content

Commit a6012d4

Browse files
Update src/content/changelog/workers/2025-08-01-dot-env-in-local-dev.mdx
1 parent 3b13b08 commit a6012d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/changelog/workers/2025-08-01-dot-env-in-local-dev.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ products:
66
date: 2025-08-01T01:00:00Z
77
---
88

9-
Now, as an alternative to `.dev.vars`, you can use `.env` files to provide secrets and override environment variables on the `env` object during local development with Wrangler and the Cloudflare Vite plugin.
9+
Now, you can use `.env` files to provide secrets and override environment variables on the `env` object during local development with Wrangler and the Cloudflare Vite plugin.
1010

1111
Previously in local development, if you wanted to provide secrets or environment variables during local development, you had to use `.dev.vars` files.
1212
This is still supported, but you can now also use `.env` files, which are more familiar to many developers.

0 commit comments

Comments
 (0)