Skip to content

Commit

Permalink
log match
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecAivazis committed Mar 4, 2024
1 parent 728efe6 commit deac23c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/houdini/src/runtime/router/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ export function _serverHandler<ComponentType = unknown>({

// find the matching url
const [match] = find_match(manifest, url)
console.log(url, match)

// call the framework-specific render hook with the latest session
const rendered = await on_render({
Expand Down

0 comments on commit deac23c

Please sign in to comment.