From e0549e556fe33430871762da21402a9ebc3f7211 Mon Sep 17 00:00:00 2001 From: scarf Date: Sat, 30 Nov 2024 16:15:54 +0900 Subject: [PATCH] docs: simplify flags in vite tutorial --- deploy/tutorials/vite.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/tutorials/vite.md b/deploy/tutorials/vite.md index 743770189..57e817bb6 100644 --- a/deploy/tutorials/vite.md +++ b/deploy/tutorials/vite.md @@ -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