mirror of
https://github.com/Steffo99/steffoweb.git
synced 2024-11-21 15:44:31 +00:00
Use port 8080 for development
This commit is contained in:
parent
416ab3d60e
commit
29e5d7b81b
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
"@types/react-dom": "^18.0.6"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"dev": "next dev -p 8080",
|
||||
"build": "next build",
|
||||
"start": "next start"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue