chore: Update Prisma seed script with new data.
All checks were successful
Build and Deploy Backend / Build Backend Docker Image (push) Successful in 29s
Build and Deploy Backend / Deploy E-learning Backend to Dev Server (push) Successful in 4s
Build and Deploy Backend / Notify Deployment Status (push) Successful in 1s

This commit is contained in:
JakkrapartXD 2026-02-10 15:58:53 +07:00
parent 941b195813
commit d63c986c6f

View file

@ -1,5 +1,5 @@
const { PrismaClient } = require('@prisma/client');
const bcrypt = require('bcrypt');
const bcrypt = require('@node-rs/bcrypt');
const prisma = new PrismaClient();