option to debug clerk

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-04-17 09:35:11 +02:00
parent 1e363195bf
commit 763d25385d

View File

@@ -10,6 +10,7 @@ export default authMiddleware({
'/api/clerk/(.*)?',
'/monitoring',
],
debug: process.env.CLERK_DEBUG ? true : false,
});
export const config = {