Skip to content

Commit

Permalink
some logs
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecAivazis committed Mar 7, 2024
1 parent 51e993c commit 7b25165
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/houdini-react/src/plugin/vite.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@ if (window.__houdini__nav_caches__ && window.__houdini__nav_caches__.artifact_ca
return
}
for (const header of Object.entries(result.headers ?? {})) {
console.log('writing header', header)
res.setHeader(header[0], header[1])
}
// handle redirects
Expand Down

0 comments on commit 7b25165

Please sign in to comment.