Skip to content

Commit

Permalink
refactor: introduce inversify to server (#1059)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbenincasa authored Jan 22, 2025
1 parent c1e673d commit c192ec1
Show file tree
Hide file tree
Showing 131 changed files with 2,753 additions and 1,639 deletions.
74 changes: 73 additions & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@
"fastify-print-routes": "^3.2.0",
"fastify-type-provider-zod": "^4.0.1",
"file-type": "^19.6.0",
"inversify": "^6.2.1",
"inversify-binding-decorators": "^4.0.0",
"kysely": "^0.27.4",
"lodash-es": "^4.17.21",
"lowdb": "^7.0.0",
Expand All @@ -74,6 +76,7 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@rollup/plugin-swc": "^0.4.0",
"@types/archiver": "^6.0.2",
"@types/async-retry": "^1.4.8",
"@types/lodash-es": "4.17.9",
Expand Down
Loading

0 comments on commit c192ec1

Please sign in to comment.