Skip to content

Commit

Permalink
feat(Next): Change port
Browse files Browse the repository at this point in the history
  • Loading branch information
danactive committed Feb 21, 2021
1 parent f6d487f commit aeacdb5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "learn-starter",
"name": "history-nextjs-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev": "next dev -p 3030",
"build": "next build",
"start": "next start"
"start": "next start -p 3030"
},
"dependencies": {
"next": "^10.0.0",
Expand Down

0 comments on commit aeacdb5

Please sign in to comment.