fix(Debug): `Cannot connect to the target at localhost:9229`
This commit is contained in:
parent
034f89cec1
commit
b8eaa24047
|
@ -38,7 +38,8 @@
|
||||||
"name": "Debug Renderer Process",
|
"name": "Debug Renderer Process",
|
||||||
"port": 9229,
|
"port": 9229,
|
||||||
"request": "attach",
|
"request": "attach",
|
||||||
"type": "pwa-chrome"
|
"type": "pwa-chrome",
|
||||||
|
"timeout": 60000
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue