From f5ecf18afc01d87fb2161a912145b108a209c150 Mon Sep 17 00:00:00 2001 From: Alec Aivazis Date: Thu, 8 Feb 2024 23:18:41 -0800 Subject: [PATCH] keep going down the rabbit hole --- packages/houdini-react/src/plugin/codegen/render.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/houdini-react/src/plugin/codegen/render.ts b/packages/houdini-react/src/plugin/codegen/render.ts index 82fbe701aa..1be8596063 100644 --- a/packages/houdini-react/src/plugin/codegen/render.ts +++ b/packages/houdini-react/src/plugin/codegen/render.ts @@ -59,8 +59,6 @@ export const on_render = manifest, componentCache, }) => { - return new Response('before render') - // instanitate a cache we can use for this request const cache = new Cache({ disabled: false, @@ -117,6 +115,7 @@ export const on_render = } export function createServerAdapter(options) { + return new Response("here?") return serverAdapterFactory({ client, production: true,