feat: change port

This commit is contained in:
NunoSempere 2022-11-05 13:21:36 +00:00
parent 3fc5996b17
commit 1c475907b6

View File

@ -3,9 +3,9 @@
"license": "MIT",
"private": true,
"scripts": {
"dev": "next dev",
"dev": "next dev -p 8090",
"build": "next build",
"start": "next start",
"start": "next start -p 8090",
"lint": "next lint"
},
"dependencies": {