Skip to content

Commit ac90adc

Browse files
korinnejamesopstad
andauthored
Update src/content/docs/workers/local-development/vite.mdx
Co-authored-by: James Opstad <[email protected]>
1 parent 1556028 commit ac90adc

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/workers/local-development

1 file changed

+1
-1
lines changed

src/content/docs/workers/local-development/vite.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ For example,
224224
CLOUDFLARE_ENV=staging vite dev
225225
```
226226

227-
Will load `.dev.vars.staging` if it exists (falling back to `.dev.vars` if otherwise).
227+
Will load `.dev.vars.staging` if it exists and otherwise fall back to `.dev.vars`.
228228

229229
:::note
230230
When you run `vite build`, the relevant `.dev.vars[.env-name]` file is copied to the output directory for use during `vite preview`. It is **not** deployed with your Worker.

0 commit comments

Comments
 (0)