add command to run seed without transpiling
authorxangelo <git@xangelo.ca>
Mon, 5 Jun 2023 14:18:39 +0000 (10:18 -0400)
committerxangelo <git@xangelo.ca>
Mon, 5 Jun 2023 14:18:39 +0000 (10:18 -0400)
commit3a461ea3faad206e07489d0e40d8a454c165ffda
tree908ef5deeff4956da231cfb6042f2497506faf96
parent5ef1772c8c6c746ea70620ee9009f19d7d272b06
add command to run seed without transpiling

`npm run seed` will run all seed data
`npm run seed -- --specific=monsters.ts` will run just the monster seed
data/monsters.csv
package.json
seeds/monsters.ts