Skip to content

Commit

Permalink
#1 - Added i18n to backend
Browse files Browse the repository at this point in the history
  • Loading branch information
Anders164a committed Sep 27, 2023
1 parent edbcf39 commit 71aa989
Show file tree
Hide file tree
Showing 15 changed files with 814 additions and 117 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@
"@fastify/swagger": "^8.10.0",
"@fastify/swagger-ui": "^1.9.3",
"@prisma/client": "^5.3.1",
"ajv-errors": "^3.0.0",
"bcrypt": "^5.1.1",
"dotenv": "^16.3.1",
"fastify": "^4.23.2",
"fastify-i18n": "^1.1.1",
"fastify-plugin": "^4.5.1",
"fastify-zod": "^1.4.0",
"zod": "^3.22.2"
Expand All @@ -45,6 +47,7 @@
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"jest": "^29.7.0",
"json-schema-to-ts": "^2.9.2",
"pino-pretty": "^10.2.0",
"prettier": "^3.0.3",
"prisma": "^5.3.1",
Expand Down
Loading

0 comments on commit 71aa989

Please sign in to comment.