This commit is contained in:
bipproduction
2025-11-05 11:25:46 +08:00
parent 232aff3f96
commit 98257d5f77
19 changed files with 146 additions and 115 deletions

View File

@@ -3,8 +3,8 @@ import { prisma } from "@/server/lib/prisma";
const user = [
{
name: "Bip",
email: "bip@bip.com",
password: "bip",
email: "wibu@bip.com",
password: "Production_123",
}
];