Skip to content

Commit

Permalink
feat: generate client
Browse files Browse the repository at this point in the history
  • Loading branch information
seawatts committed Jan 30, 2025
1 parent 0219ef1 commit f758959
Show file tree
Hide file tree
Showing 36 changed files with 7,369 additions and 675 deletions.
10 changes: 3 additions & 7 deletions integ-tests/baml_src/generators.baml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ generator lang_typescript {
}

generator lang_typescript_react {
version "0.72.1"
output_type typescript/react
output_dir "../react"
version "0.74.0"
}

generator lang_ruby {
Expand All @@ -20,12 +22,6 @@ generator lang_ruby {
version "0.74.0"
}

generator lang_typescript_react {
output_type typescript/react
output_dir "../react"
version "0.74.0"
}

generator openapi {
output_type rest/openapi
output_dir "../openapi"
Expand Down
Loading

0 comments on commit f758959

Please sign in to comment.