Add new scripts and update README.md

This commit is contained in:
Jesse Wierzbinski 2023-11-19 16:05:07 -10:00
parent 8fa16d4e09
commit b241e33cf9
5 changed files with 208 additions and 36 deletions

View file

@ -33,7 +33,9 @@
"private": true,
"scripts": {
"dev": "bun run index.ts",
"start": "bun run index.ts"
"start": "bun run index.ts",
"migrate-dev": "bunx prisma migrate dev",
"migrate": "bunx prisma migrate deploy"
},
"trustedDependencies": [
"sharp",