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 c34a945 commit e2d00d4Copy full SHA for e2d00d4
src/api/build.js
@@ -27,6 +27,7 @@ const commonParams = {
27
const require = topLevelCreateRequire(import.meta.url);
28
const __filename = fileURLToPath(import.meta.url);
29
const __dirname = path.dirname(__filename);
30
+ import "zod-openapi/extend";
31
`.trim(),
32
}, // Banner for compatibility with CommonJS
33
}
src/api/esbuild.config.js
@@ -30,6 +30,7 @@ const buildOptions = {
34
35
36
plugins: [copyStaticFiles({
0 commit comments