diff --git a/package.json b/package.json index c92b0cff..f02d79c5 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "prisma": { - "seed": "npx ts-node --compiler-options {\"module\":\"CommonJS\"} prisma/seed.ts" + "seed": "npx tsx ./prisma/seed.ts" }, "scripts": { "dev": "next dev", @@ -78,4 +78,4 @@ "uuid": "^9.0.1", "yaml": "^2.3.2" } -} \ No newline at end of file +}