Merge pull request #130 from Tria-plc/alpha

Update seed.ts
This commit is contained in:
Eyob T.
2026-06-10 12:09:28 +03:00
committed by GitHub

View File

@@ -1,6 +1,6 @@
import { Prisma, PrismaClient } from '@prisma/client';
import * as bcrypt from 'bcrypt';
import { v4 as uuidv4 } from 'uuid';
import { randomUUID as uuidv4 } from 'crypto';
const prisma = new PrismaClient();