chore: Update package version to 0.3.51 and improve connection handling in API route

This commit is contained in:
decolua 2026-03-14 11:56:29 +07:00
parent 6b624af4d0
commit 877eea8ebe
3 changed files with 4 additions and 2 deletions

View file

@ -1,3 +1,4 @@
import { Readable } from "stream";
import { MEMORY_CONFIG } from "../config/runtimeConfig.js";
const isCloud = typeof caches !== "undefined" && typeof caches === "object";