Skip to content

Commit

Permalink
feat: fixing build file
Browse files Browse the repository at this point in the history
  • Loading branch information
maximeroucher committed Nov 20, 2023
1 parent 0ca3d08 commit c61e40b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
targets:
$default:
sources:
sources:
- swaggers/**
builders:
swagger_dart_code_generator:
options:
input_folder: "swaggers/"
output_folder: "lib/generated_code/"
output_folder: "lib/generated/"
input_urls:
- "https://hyperion.myecl.fr/openapi.json"
separate_models: true

0 comments on commit c61e40b

Please sign in to comment.