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