updated for prisma.config.ts migrations seed

This commit is contained in:
2026-01-15 21:46:40 +02:00
parent 7ba8d08e95
commit ec7d7f8865

View File

@@ -19,6 +19,6 @@ export default defineConfig({
}, },
migrations: { migrations: {
path: "prisma/migrations", path: "prisma/migrations",
seed: "tsx prisma/seed.ts",
}, },
seed: "tsx prisma/seed.ts",
}); });