Skip to content

Commit

Permalink
chore(dev-ex): add open api spec (#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinsandilya committed Mar 4, 2024
1 parent e4394f2 commit 3f2cd27
Show file tree
Hide file tree
Showing 3 changed files with 5,080 additions and 1 deletion.
7 changes: 7 additions & 0 deletions fern/generators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ groups:
path: ../packages/backend/generated/typescript
config:
noSerdeLayer: true
- name: fernapi/fern-openapi
version: 0.0.28
config:
format: yaml #options are yaml or jsonx
output:
location: local-file-system
path: ../packages/backend/oas
external:
audiences:
- external
Expand Down
4 changes: 3 additions & 1 deletion packages/backend/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
node_modules
# Keep environment variables out of version control
.env
generated
generated
!oas/openapi.yml

Loading

0 comments on commit 3f2cd27

Please sign in to comment.