Skip to content

Commit

Permalink
updating port
Browse files Browse the repository at this point in the history
  • Loading branch information
devLeticia committed Oct 31, 2024
1 parent f65c6d0 commit dcf6cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"scripts": {
"dev": "vite",
"start": "vite --host 0.0.0.0 ${PORT-3000}",
"start": "vite --host 0.0.0.0 ${PORT-4173}",
"lint": "eslint src --ext .ts,.tsx --fix",
"build": "vite build --debug",
"preview": "vite preview"
Expand Down

0 comments on commit dcf6cf2

Please sign in to comment.