From deac23c8c8f32c944b7abc1d14f2613862e0f0d4 Mon Sep 17 00:00:00 2001 From: Alec Aivazis Date: Sun, 3 Mar 2024 20:16:45 -0800 Subject: [PATCH] log match --- packages/houdini/src/runtime/router/server.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/houdini/src/runtime/router/server.ts b/packages/houdini/src/runtime/router/server.ts index 6078141e8c..7c31c8cbff 100644 --- a/packages/houdini/src/runtime/router/server.ts +++ b/packages/houdini/src/runtime/router/server.ts @@ -89,6 +89,7 @@ export function _serverHandler({ // 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({