mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02:00
HUGE rewrite to use Prisma instead of TypeORM (not finished yet)
This commit is contained in:
parent
a1c0164e9d
commit
5eed8374cd
53 changed files with 1452 additions and 1967 deletions
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue