Change Host to IPv6
This commit is contained in:
parent
e47e4e7a58
commit
4d1393d8a0
1 changed files with 3 additions and 3 deletions
|
@ -3,10 +3,10 @@
|
||||||
"version": "0.2.0",
|
"version": "0.2.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev:debug": "NODE_OPTIONS='--inspect' next dev -p 8001",
|
"dev:debug": "NODE_OPTIONS='--inspect' next dev -H :: -p 8001",
|
||||||
"dev": "next dev -p 8001",
|
"dev": "next dev -H :: -p 8001",
|
||||||
"build": "next build",
|
"build": "next build",
|
||||||
"start": "next start -p 8001",
|
"start": "next start -H :: -p 8001",
|
||||||
"lint": "next lint"
|
"lint": "next lint"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
Loading…
Reference in a new issue