Change Host to IPv6

This commit is contained in:
Neshura 2023-03-06 18:47:14 +01:00
parent 8a2e88e302
commit 12c7ef2a8e
No known key found for this signature in database
GPG key ID: ACDF5B6EBECF6B0A

View file

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