Skip to content

Commit

Permalink
Try hacky seed script run
Browse files Browse the repository at this point in the history
  • Loading branch information
justinsilvestre committed Dec 8, 2023
1 parent 248e35d commit 9e0e579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prisma/seed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { PrismaClient } from "@prisma/client";

import { seed } from "./seedScript";
const prisma = new PrismaClient();
seed()
seed(prisma)
.catch((e) => {
console.error(e);
process.exit(1);
Expand Down

0 comments on commit 9e0e579

Please sign in to comment.