slove the merge

This commit is contained in:
MdIrshad1234
2026-09-03 14:27:16 +05:30
parent b881a8e19b
commit d902f6b26d
4 changed files with 17 additions and 14 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import { PrismaClient } from '@prisma/client';
export async function seedCategories(prisma: PrismaClient): Promise<void> {
// eslint-disable-next-line no-console
console.log(' -> Seeding baseline product categories...');
console.log(' Seeding baseline product categories...');
const product = await prisma.product.findUnique({
where: { code: 'CORE_PLATFORM' },