Skip to content

Commit

Permalink
Merge pull request #87 from admisio/prisma-seed-tsx
Browse files Browse the repository at this point in the history
(project) tsx for prisma seed
  • Loading branch information
EETagent authored Mar 5, 2024
2 parents 481fa8a + 4ecbfe8 commit 3111dab
Show file tree
Hide file tree
Showing 2 changed files with 273 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@
"bcrypt": "^5.1.0"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"prisma": "^4.13.0",
"ts-node": "^10.9.1",
"@types/bcrypt": "^5.0.0"
"tsx": "^4.7.1"
},
"prisma": {
"seed": "ts-node prisma/seed.ts"
"seed": "tsx prisma/seed.ts"
}
}
Loading

0 comments on commit 3111dab

Please sign in to comment.