Skip to content

Commit

Permalink
docs: simplify flags in vite tutorial (#1219)
Browse files Browse the repository at this point in the history
  • Loading branch information
scarf005 authored Dec 2, 2024
1 parent eb73aa8 commit 1f7cd21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/tutorials/vite.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This tutorial covers how to deploy a Vite Deno and React app on Deno Deploy.
Let's use [Vite](https://vitejs.dev/) to quickly scaffold a Deno and React app:

```sh
deno run --allow-read --allow-write --allow-env npm:create-vite-extra@latest
deno run -RWE npm:create-vite-extra@latest
```

We'll name our project `vite-project`. Be sure to select `deno-react` in the
Expand Down

0 comments on commit 1f7cd21

Please sign in to comment.