1
Fork 0
mirror of https://github.com/Steffo99/steffoweb.git synced 2024-10-16 07:17:28 +00:00

Use port 8080 for development

This commit is contained in:
Steffo 2023-05-27 17:22:29 +02:00
parent 416ab3d60e
commit 29e5d7b81b
Signed by: steffo
GPG key ID: 2A24051445686895

View file

@ -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"
},