Merge remote-tracking branch 'origin/release/0.14' into fix/hono-cookie-body-disturb

This commit is contained in:
dswbx
2025-06-07 08:52:54 +02:00
12 changed files with 567 additions and 95 deletions

View File

@@ -3,7 +3,6 @@ import { isNode } from "bknd/utils";
import type { NextApiRequest } from "next";
type NextjsEnv = NextApiRequest["env"];
export type NextjsBkndConfig<Env = NextjsEnv> = FrameworkBkndConfig<Env> & {
cleanRequest?: { searchParams?: string[] };
};