Run prettier
This commit is contained in:
parent
e6806aaa54
commit
24cb81bce0
21 changed files with 4203 additions and 3520 deletions
|
|
@ -1,9 +1,9 @@
|
|||
import NextAuth from "next-auth";
|
||||
import NextAuth from 'next-auth';
|
||||
|
||||
import { authConfig } from "@/app/(auth)/auth.config";
|
||||
import { authConfig } from '@/app/(auth)/auth.config';
|
||||
|
||||
export default NextAuth(authConfig).auth;
|
||||
|
||||
export const config = {
|
||||
matcher: ["/", "/:id", "/api/:path*", "/login", "/register"],
|
||||
matcher: ['/', '/:id', '/api/:path*', '/login', '/register'],
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue