Skip to content

Commit

Permalink
trying to see if changing the port statement here will change there
Browse files Browse the repository at this point in the history
  • Loading branch information
siddheshraze committed Feb 27, 2024
1 parent 7288db0 commit 98ccef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "node .next/standalone/server.js",
"start": "node .next/standalone/server.js -p 8080",
"lint": "next lint",
"bs": "next build; next start",
"bswin": "npm run build ; npm run start",
Expand Down

0 comments on commit 98ccef4

Please sign in to comment.