Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix deploy/tutorials/vite.md (Step 2: Run the repo locally) #1187

Merged
merged 3 commits into from
Nov 25, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Update deploy/tutorials/vite.md
  • Loading branch information
thisisjofrank authored Nov 25, 2024
commit 5fd76cce4d6907dc62f997b1b55d06b0420d4de9
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 dev
deno run dev
```

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