Skip to content

Commit

Permalink
fix: Disable API spec generation
Browse files Browse the repository at this point in the history
  • Loading branch information
valentine195 committed Sep 11, 2024
1 parent 460e4f7 commit 5dc8165
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions esbuild.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,12 @@ if (prod) {
}
process.exit(1);
});
await build({
/* await build({
entry: ["./src/api/api.ts"],
dts: {
only: true
}
});
}); */
} else {
let ctx = await esbuild.context(params);
await ctx.watch();
Expand Down

0 comments on commit 5dc8165

Please sign in to comment.