Skip to content

Commit

Permalink
Change dev server's default port
Browse files Browse the repository at this point in the history
  • Loading branch information
SafdarJamal committed Mar 23, 2023
1 parent fa7fefe commit c8d4cce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "vite-template-react",
"version": "1.2.0",
"scripts": {
"start": "vite",
"dev": "vite",
"start": "vite --port 3000 --open",
"dev": "vite --port 3000 --open",
"build": "vite build",
"serve": "vite preview"
},
Expand Down

0 comments on commit c8d4cce

Please sign in to comment.