Skip to content

Commit

Permalink
Fixed start script
Browse files Browse the repository at this point in the history
  • Loading branch information
Mulcro committed Nov 28, 2024
1 parent fc5ad50 commit 355ab23
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 @@ -24,7 +24,7 @@
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "serve -s build -l 3000",
"start": "serve -s build -l ${PORT:3000}",
"dev": "vite",
"build": "react-scripts build || true",
"test": "react-scripts test",
Expand Down

0 comments on commit 355ab23

Please sign in to comment.