Skip to content

Commit 7c3fb36

Browse files
committed
install zod-openapi dedicated in the package
1 parent e2d00d4 commit 7c3fb36

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/api/package.lambda.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
"dependencies": {
1010
"moment-timezone": "^0.5.45",
1111
"passkit-generator": "^3.3.1",
12-
"fastify": "^5.1.0"
12+
"fastify": "^5.1.0",
13+
"zod": "^3.23.8",
14+
"zod-openapi": "^4.2.4"
1315
},
1416
"devDependencies": {}
1517
}

0 commit comments

Comments
 (0)