Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Oct 7, 2024
1 parent 325dda8 commit 7c31003
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 80001",
"dev": "next dev -p 8003",
"build": "rimraf .next && next build",
"start": "next start -p 80001",
"start": "next start -p 8003",
"lint": "next lint",
"ncu": "ncu -u -x typescript,eslint,date-fns"
},
Expand Down
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 80002",
"dev": "next dev -p 8004",
"build": "rimraf .net && next build",
"start": "next start -p 80002",
"start": "next start -p 8004",
"lint": "next lint"
},
"dependencies": {
Expand Down

0 comments on commit 7c31003

Please sign in to comment.