option to debug clerk
This commit is contained in:
@@ -10,6 +10,7 @@ export default authMiddleware({
|
||||
'/api/clerk/(.*)?',
|
||||
'/monitoring',
|
||||
],
|
||||
debug: process.env.CLERK_DEBUG ? true : false,
|
||||
});
|
||||
|
||||
export const config = {
|
||||
|
||||
Reference in New Issue
Block a user