Skip to content

Commit

Permalink
🔨 chore: remove default port
Browse files Browse the repository at this point in the history
  • Loading branch information
casperiv0 committed May 17, 2022
1 parent 15244be commit 3003f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dev": "yarn rimraf .env && yarn next dev",
"build": "yarn validate && yarn next-build",
"next-build": "yarn next build",
"start": "yarn next start -p 8083",
"start": "yarn next start",
"start:proxy-experimental": "yarn next start --port 80",
"format": "yarn prettier --write \"**/*.{js,jsx,ts,tsx,md,css,json}\" --ignore-path .gitignore",
"lint": "yarn eslint . --ext .ts,.js,.tsx,.jsx,",
Expand Down

0 comments on commit 3003f91

Please sign in to comment.