Skip to content

Commit

Permalink
fix: update development server command to run the start script and in…
Browse files Browse the repository at this point in the history
…itialize the proxy also to improve development flow
  • Loading branch information
JC-Coder committed Jan 4, 2025
1 parent 8ee1b7f commit 189ac02
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 5500 -n dev.realdevsquad.com"
"dev": "node server.js & local-ssl-proxy --source 443 --target 8000 -n dev.realdevsquad.com"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 189ac02

Please sign in to comment.