import { defineConfig } from "prisma/config"; export default defineConfig({ migrations: { seed: "tsx prisma/seed.ts", }, });