chore: update version to 0.0.48 and enhance request handling in Bun server
This commit is contained in:
@@ -91,6 +91,7 @@ export type RouterReq<T = {}> = {
|
||||
remoteAddress?: string;
|
||||
remotePort?: number;
|
||||
};
|
||||
body?: string;
|
||||
cookies?: Record<string, string>;
|
||||
} & T;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user