first commit

This commit is contained in:
2026-08-26 14:21:53 +03:00
commit fef66cd9dd
38 changed files with 5783 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
import { withAuth } from 'next-auth/middleware'
export default withAuth({
pages: {
signIn: '/login',
},
})
export const config = {
matcher: ['/dashboard/:path*'],
}