Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deploy/tutorials/vite.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Then, `cd` into the newly created project folder.
To see and edit your new project locally you can run:

```sh
deno task run
deno run dev
```

## Step 3: Deploy your project with Deno Deploy
Expand Down
Loading