updated for prisma.config.ts migrations seed
This commit is contained in:
@@ -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",
|
|
||||||
});
|
});
|
||||||
Reference in New Issue
Block a user