Skip to content

Commit 61a4fc0

Browse files
committed
make zod-openapi external
1 parent 7c3fb36 commit 61a4fc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const commonParams = {
1515
target: "es2022", // Target ES2022
1616
sourcemap: false,
1717
platform: "node",
18-
external: ["aws-sdk", "moment-timezone", "passkit-generator", "fastify"],
18+
external: ["aws-sdk", "moment-timezone", "passkit-generator", "fastify", "zod", "zod-openapi"],
1919
alias: {
2020
'moment-timezone': resolve(process.cwd(), '../../node_modules/moment-timezone/builds/moment-timezone-with-data-10-year-range.js')
2121
},

0 commit comments

Comments
 (0)