diff options
author | Samuel <34555296+Flam3rboy@users.noreply.github.com> | 2023-03-17 17:49:12 +0100 |
---|---|---|
committer | Samuel <34555296+Flam3rboy@users.noreply.github.com> | 2023-03-17 17:50:59 +0100 |
commit | d086c053bbfb50a24403a270ce8d45f04ef000b7 (patch) | |
tree | 5b180ba118860cda558bf3e76e9075783f674fef /package.json | |
parent | perf: cache jwt secret as key (diff) | |
download | server-d086c053bbfb50a24403a270ce8d45f04ef000b7.tar.xz |
perf: custom i18next middleware that only initializes when needed
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package.json b/package.json index 5578849a..03cc7981 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,6 @@ "form-data": "^4.0.0", "i18next": "^22.4.12", "i18next-fs-backend": "^2.1.1", - "i18next-http-middleware": "^3.2.1", "image-size": "^1.0.2", "json-bigint": "^1.0.0", "jsonwebtoken": "^9.0.0", |