fix(ci): remove unused chrome ws type import

This commit is contained in:
Peter Steinberger
2026-03-02 23:31:37 +00:00
parent de77a36579
commit a282b459b9

View File

@@ -2,7 +2,6 @@ import { type ChildProcessWithoutNullStreams, spawn } from "node:child_process";
import fs from "node:fs";
import os from "node:os";
import path from "node:path";
import type WebSocket from "ws";
import { ensurePortAvailable } from "../infra/ports.js";
import { rawDataToString } from "../infra/ws.js";
import { createSubsystemLogger } from "../logging/subsystem.js";