Remove react/jsx-dev-runtime dynamic browser import

This commit is contained in:
2026-03-25 15:48:05 +01:00
parent 321c8ebb89
commit dad5cffaac
7 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ export type BunextConfig = {
| undefined;
defaultCacheExpiry?: number;
websocket?: WebSocketHandler<any>;
serverOptions?: Bun.Serve.Options<any>;
serverOptions?: Omit<Bun.Serve.Options<any>, "fetch" | "routes">;
};
export type BunextConfigMiddlewareParams = {