Skip to content

Commit

Permalink
fix README formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dario-piotrowicz committed Jan 23, 2025
1 parent 355b5c3 commit dbe3e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite-plugin-cloudflare/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ The vite plugin supports local development via secrets using the [`.dev.vars` fi
Meaning that when you run `vite dev` or `vite preview` the plugin picks up secrets set in your `.dev.vars` files and makes them available to your application.

> [!NOTE]
> `vite build` copies the potential `.dev.vars` target file into the same output directory in which it creates the build output `wrangler.json`, this copied file is the one that `vite preview` will then use
> The `vite build` command copies the potential `.dev.vars` target file into the same output directory in which it creates the build output `wrangler.json`, this copied file is the one that `vite preview` will then use
To instead make such secrets available to deployed applications follow the [relative Cloudflare documentation](https://developers.cloudflare.com/workers/configuration/secrets/#secrets-on-deployed-workers).

Expand Down

0 comments on commit dbe3e1b

Please sign in to comment.