Skip to content

Instantly share code, notes, and snippets.

import { config } from "dotenv";
import { connectDB } from "../lib/db.js";
import User from "../models/user.model.js";
config();
const seedUsers = [
// Female Users
{
email: "emma.thompson@example.com",