feat: implement core platform features including business directory, admin dashboard, authentication, and API infrastructure
Some checks failed
Build and Push App / build (push) Failing after 16m2s
Some checks failed
Build and Push App / build (push) Failing after 16m2s
This commit is contained in:
@@ -29,8 +29,8 @@ async function main() {
|
||||
// Create Main Admin
|
||||
const admin = await prisma.user.create({
|
||||
data: {
|
||||
name: 'Admin Afropreunariat',
|
||||
email: 'admin@afropreunariat.com',
|
||||
name: 'Admin Afrohub',
|
||||
email: 'admin@afrohub.com',
|
||||
password: hashedPassword,
|
||||
role: UserRole.ADMIN,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user