Updated to Next.js 15 and React 19, Fixed Bugs & General Improvements

This commit is contained in:
Ahmad 2024-05-28 18:31:40 -04:00
parent 960577457d
commit b44c2e0f6e
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF
5 changed files with 2195 additions and 146 deletions

View file

@ -1,6 +1,3 @@
/**
* New Middleware
*/
import { clerkMiddleware } from '@clerk/nextjs/server';
export default clerkMiddleware();