Skip to content

Commit

Permalink
changed port number to 5500
Browse files Browse the repository at this point in the history
  • Loading branch information
PunditWhoCodes committed Oct 8, 2024
1 parent f6b0c84 commit 835fd12
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 @@ -8,7 +8,7 @@
"fix": "prettier --write .",
"test": "jest",
"start": "node server.js",
"dev": "local-ssl-proxy --source 443 --target 8000 -n dev.realdevsquad.com"
"dev": "local-ssl-proxy --source 443 --target 5500 -n dev.realdevsquad.com"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 835fd12

Please sign in to comment.