Skip to content

Commit

Permalink
Added port option in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
itsnoa04 committed Feb 3, 2023
1 parent af03c0c commit 016a82d
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 @@ -5,7 +5,7 @@
"description": "A clean, beautiful and responsive portfolio template for Developers!",
"source": "src/index.html",
"scripts": {
"start": "parcel",
"start": "parcel --port 1234",
"build": "parcel build"
},
"repository": {
Expand Down

0 comments on commit 016a82d

Please sign in to comment.