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