Changed Port for Production

This commit is contained in:
Neshura 2023-03-06 18:39:37 +01:00
parent 9406dbdc5d
commit 8a2e88e302
No known key found for this signature in database
GPG key ID: ACDF5B6EBECF6B0A

View file

@ -6,7 +6,7 @@
"dev:debug": "NODE_OPTIONS='--inspect' next dev -p 8002",
"dev": "next dev -p 8002",
"build": "next build",
"start": "next start",
"start": "next start -p 8002",
"lint": "next lint"
},
"dependencies": {