Update websocket to be consistant with streaming

This commit is contained in:
Owen
2026-04-16 21:27:06 -07:00
parent f932cc7aca
commit 3645cc5759
8 changed files with 275 additions and 49 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ import z from "zod";
import { remote } from "./api";
import { durationToMs } from "./durationToMs";
import { ListHealthChecksResponse } from "@server/routers/healthChecks/types";
import { StatusHistoryResponse } from "@server/middlewares/statusHistory";
import { StatusHistoryResponse } from "@server/lib/statusHistory";
export type ProductUpdate = {
link: string | null;