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 7c3fb36 commit 61a4fc0Copy full SHA for 61a4fc0
src/api/build.js
@@ -15,7 +15,7 @@ const commonParams = {
15
target: "es2022", // Target ES2022
16
sourcemap: false,
17
platform: "node",
18
- external: ["aws-sdk", "moment-timezone", "passkit-generator", "fastify"],
+ external: ["aws-sdk", "moment-timezone", "passkit-generator", "fastify", "zod", "zod-openapi"],
19
alias: {
20
'moment-timezone': resolve(process.cwd(), '../../node_modules/moment-timezone/builds/moment-timezone-with-data-10-year-range.js')
21
},
0 commit comments