Skip to content

Commit

Permalink
chore: change port
Browse files Browse the repository at this point in the history
  • Loading branch information
boiln committed Jan 25, 2025
1 parent db7a5fb commit 5ac12a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"private": true,
"homepage": "https://boiln.github.io/burpy",
"scripts": {
"dev": "next dev -p 3069",
"dev": "next dev -p 3002",
"build": "next build",
"start": "next start -p 3069",
"start": "next start -p 3002",
"lint": "next lint",
"lint:fix": "next lint --fix",
"fmt": "prettier --write \"**/*.{ts,tsx,md,json,js,jsx,css}\"",
Expand Down

0 comments on commit 5ac12a9

Please sign in to comment.