Changed Port to 8001

This commit is contained in:
Neshura 2023-03-06 18:22:51 +01:00
parent b28cb684f6
commit 21a099a02b
No known key found for this signature in database
GPG key ID: ACDF5B6EBECF6B0A

View file

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