feat: sse events

This commit is contained in:
Nicolas Meienberger
2025-11-08 11:06:26 +01:00
parent 5b4b571581
commit fd3a527164
11 changed files with 263 additions and 5 deletions

View File

@@ -120,7 +120,7 @@ export const volumeController = new Hono()
path: result.path,
};
c.header("Cache-Control", "public, max-age=10, stale-while-revalidate=60");
// c.header("Cache-Control", "public, max-age=10, stale-while-revalidate=60");
return c.json<ListFilesDto>(response, 200);
})