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", "license": "MIT",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev -p 8090",
"build": "next build", "build": "next build",
"start": "next start", "start": "next start -p 8090",
"lint": "next lint" "lint": "next lint"
}, },
"dependencies": { "dependencies": {