HUGE rewrite to use Prisma instead of TypeORM (not finished yet)

This commit is contained in:
Jesse Wierzbinski 2023-11-10 16:36:06 -10:00
parent a1c0164e9d
commit 5eed8374cd
No known key found for this signature in database
GPG key ID: F9A1E418934E40B0
53 changed files with 1452 additions and 1967 deletions

View file

@ -36,7 +36,8 @@
"start": "bun run index.ts"
},
"trustedDependencies": [
"sharp"
"sharp",
"@prisma/client"
],
"devDependencies": {
"@julr/unocss-preset-forms": "^0.0.5",
@ -61,6 +62,7 @@
},
"dependencies": {
"@aws-sdk/client-s3": "^3.429.0",
"@prisma/client": "^5.5.2",
"chalk": "^5.3.0",
"html-to-text": "^9.0.5",
"ip-matching": "^2.1.2",
@ -68,6 +70,7 @@
"jsonld": "^8.3.1",
"marked": "^9.1.2",
"pg": "^8.11.3",
"prisma": "^5.5.2",
"reflect-metadata": "^0.1.13",
"typeorm": "^0.3.17"
}