This commit is contained in:
Joseph Garrone 2024-12-15 19:48:23 +01:00
parent 8dd6dcd1fc
commit e47b002535

View File

@ -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) {