console.log 삭제
This commit is contained in:
@@ -15,7 +15,6 @@ const prisma = new PrismaClient({
|
||||
async function testConnection() {
|
||||
try {
|
||||
await prisma.$connect();
|
||||
console.log("✅ 데이터베이스 연결 성공");
|
||||
} catch (error) {
|
||||
console.error("❌ 데이터베이스 연결 실패:", error);
|
||||
process.exit(1);
|
||||
|
||||
Reference in New Issue
Block a user