Skip to content

Commit

Permalink
fix: don't generate partial and json methods (unused)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaclennan committed Sep 4, 2024
1 parent 747289d commit 17b344e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions buf.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ plugins:
opt:
- esModuleInterop=true
- importSuffix=.js
- outputJsonMethods=false
- outputPartialMethods=false
- env=node
- snakeToCamel=false
- useDate=string
Expand Down

0 comments on commit 17b344e

Please sign in to comment.