More logging!

This commit is contained in:
Jesse Wierzbinski 2024-04-14 02:10:00 -10:00
parent f94fffd434
commit 047dda076b
No known key found for this signature in database

View file

@ -80,6 +80,8 @@ export const processRoute = async (
return response(); return response();
} }
console.log(matchedRoute);
const route: APIRouteExports | null = await import( const route: APIRouteExports | null = await import(
matchedRoute.filePath matchedRoute.filePath
).catch(() => null); ).catch(() => null);