Skip to content

Commit

Permalink
docs: add more required documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-world committed Aug 8, 2024
1 parent f3d0be1 commit 6b7d7fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/openapi-generator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ the upstream repository:
"customCodecFile": "openapi-gen.config.js"
```

You must also add `"openapi-gen.config.js"` to the files field in the package.json,
so that it is included in the final bundle.

3. In the `openapi-gen.config.js` file, define your custom codecs:

```javascript
Expand Down

0 comments on commit 6b7d7fe

Please sign in to comment.