test(streaming logs): more test but failed again

This commit is contained in:
2025-03-21 22:06:53 -05:00
parent 93ed2e9ee8
commit 08c9b3404f
3 changed files with 50 additions and 42 deletions

View File

@@ -1,7 +1,7 @@
import type {Context} from "hono";
import {db} from "../../../../database/dbclient.js";
import {and, eq, gt} from "drizzle-orm";
import {streamSSE} from "hono/streaming";
import {streamSSE, streamText} from "hono/streaming";
import {logs} from "../../../../database/schema/logs.js";
export async function streamLogs(c: Context) {