feat: move to typeorm
Some checks failed
TrafficCue Server CI / check (push) Failing after 23s

This commit is contained in:
Cfp
2025-08-21 12:18:56 +02:00
parent b8549c6deb
commit 03e602c814
9 changed files with 380 additions and 64 deletions

View File

@ -23,7 +23,9 @@
"hono-rate-limiter": "^0.4.2",
"jsonwebtoken": "^9.0.2",
"jwk-to-pem": "^2.0.7",
"pg": "^8.16.0",
"pg": "^8.16.3",
"reflect-metadata": "^0.2.2",
"typeorm": "^0.3.26",
"typescript-eslint": "^8.34.1"
}
}