This commit is contained in:
parent
8dd6dcd1fc
commit
e47b002535
@ -44,6 +44,7 @@ export function startViteDevServer(params: {
|
|||||||
//Local: http://localhost:8083/
|
//Local: http://localhost:8083/
|
||||||
const match = data
|
const match = data
|
||||||
.toString("utf8")
|
.toString("utf8")
|
||||||
|
.replace(/\x1b[[0-9;]*m/g, "")
|
||||||
.match(/Local:\s*http:\/\/(?:localhost|127\.0\.0\.1):(\d+)\//);
|
.match(/Local:\s*http:\/\/(?:localhost|127\.0\.0\.1):(\d+)\//);
|
||||||
|
|
||||||
if (match === null) {
|
if (match === null) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user