Skip to content

Commit

Permalink
change default port number to 80
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennievon committed Nov 29, 2023
1 parent f7f0956 commit 2c005ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/obscuroscan_v3/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"dev": "next dev -p 80",
"build": "next build -p 80",
"start": "next start -p 80",
"lint": "next lint"
},
"dependencies": {
Expand Down

0 comments on commit 2c005ff

Please sign in to comment.