pnpm build

This commit is contained in:
UltraLionFr
2025-08-20 17:14:23 +02:00
parent 9730e21999
commit 673119679e
8 changed files with 56 additions and 53 deletions
+1 -1
View File
@@ -1,8 +1,8 @@
import { authOptions } from '@/lib/auth';
import { prisma } from '@/lib/prisma';
import bcrypt from 'bcryptjs';
import { getServerSession } from 'next-auth';
import { NextResponse } from 'next/server';
import { authOptions } from '../auth/[...nextauth]/route';
import { customAlphabet } from 'nanoid';
const nanoid = customAlphabet('abcdefghijklmnopqrstuvwxyz0123456789', 7);