Skip to content

Commit

Permalink
updated again for dev purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
Fareed95 committed Nov 2, 2024
1 parent cb80a1f commit f5eac5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/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 $PORT",
"dev": "next dev",
"build": "next build",
"start": "next start -p $PORT",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
Expand Down

0 comments on commit f5eac5e

Please sign in to comment.