Skip to content

Commit

Permalink
don't add version header to generated api schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Tymek committed Mar 15, 2023
1 parent 380b867 commit 2acfe8f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/orval.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ module.exports = {
path: './fetcher.ts',
name: 'fetcher',
},
header: () => [
'Generated by Orval',
'Do not edit manually.',
'See `gen:api` script in package.json',
],
},
},
input: {
Expand Down

0 comments on commit 2acfe8f

Please sign in to comment.