Skip to content

Commit

Permalink
fix script using incorrect port number
Browse files Browse the repository at this point in the history
  • Loading branch information
ducomputingsociety committed Oct 27, 2024
1 parent 306ef7c commit 28c4cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"dev": "next dev -p 3200",
"build": "next build",
"start": "next start",
"start": "next start -p 3200",
"lint": "next lint",
"check": "biome check .",
"check:fix": "biome check --write ."
Expand Down

0 comments on commit 28c4cec

Please sign in to comment.