We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed26f3a commit d5a8af0Copy full SHA for d5a8af0
src/api/build.js
@@ -25,6 +25,7 @@ const commonParams = {
25
"@fastify/swagger",
26
"@fastify/swagger-ui",
27
"argon2",
28
+ "ioredis",
29
],
30
alias: {
31
"moment-timezone": resolve(
src/api/package.lambda.json
@@ -14,7 +14,8 @@
14
"@fastify/swagger-ui": "^5.2.2",
15
"zod": "^3.23.8",
16
"zod-openapi": "^4.2.4",
17
- "argon2": "^0.41.1"
+ "argon2": "^0.41.1",
18
+ "ioredis": "^5.6.1"
19
},
20
"devDependencies": {}
21
}
0 commit comments