Skip to content

Commit

Permalink
Merge pull request #165 from Carifio24/class-setup-registry
Browse files Browse the repository at this point in the history
Use registry for class setup functions
  • Loading branch information
Carifio24 authored Dec 4, 2024
2 parents 19dbc31 + bdd7d68 commit f2a0175
Show file tree
Hide file tree
Showing 9 changed files with 203 additions and 36 deletions.
111 changes: 111 additions & 0 deletions package-lock.json

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

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"@effect/schema": "^0.63.2",
"@jest/globals": "^29.7.0",
"@types/body-parser": "^1.19.2",
"@types/cls-hooked": "^4.3.9",
"@types/cookie-parser": "^1.4.2",
"@types/cors": "^2.8.12",
"@types/crypto-js": "^4.1.0",
Expand All @@ -22,6 +23,7 @@
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"body-parser": "^1.19.1",
"cls-hooked": "^4.2.2",
"connect-session-sequelize": "^7.1.3",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
Expand Down
Loading

0 comments on commit f2a0175

Please sign in to comment.