Skip to content

Commit

Permalink
keep going down the rabbit hole
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecAivazis committed Feb 9, 2024
1 parent 7e43cda commit f5ecf18
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/houdini-react/src/plugin/codegen/render.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -117,6 +115,7 @@ export const on_render =
}
export function createServerAdapter(options) {
return new Response("here?")
return serverAdapterFactory({
client,
production: true,
Expand Down

0 comments on commit f5ecf18

Please sign in to comment.