Change Port to 8002

This commit is contained in:
Neshura 2023-03-06 18:29:59 +01:00
parent 098a4cad1d
commit 9406dbdc5d
No known key found for this signature in database
GPG key ID: ACDF5B6EBECF6B0A

View file

@ -3,8 +3,8 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev:debug": "NODE_OPTIONS='--inspect' next dev -p 4042",
"dev": "next dev",
"dev:debug": "NODE_OPTIONS='--inspect' next dev -p 8002",
"dev": "next dev -p 8002",
"build": "next build",
"start": "next start",
"lint": "next lint"