Change Host to IPv6
This commit is contained in:
parent
8a2e88e302
commit
12c7ef2a8e
1 changed files with 3 additions and 3 deletions
|
@ -3,10 +3,10 @@
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev:debug": "NODE_OPTIONS='--inspect' next dev -p 8002",
|
"dev:debug": "NODE_OPTIONS='--inspect' next dev -H :: -p 8002",
|
||||||
"dev": "next dev -p 8002",
|
"dev": "next dev -H :: -p 8002",
|
||||||
"build": "next build",
|
"build": "next build",
|
||||||
"start": "next start -p 8002",
|
"start": "next start -H :: -p 8002",
|
||||||
"lint": "next lint"
|
"lint": "next lint"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
Reference in a new issue