Skip to content

Commit

Permalink
Update config/config.exs
Browse files Browse the repository at this point in the history
Co-authored-by: Kian-Meng Ang <[email protected]>
  • Loading branch information
jaeyson and kianmeng authored Aug 20, 2024
1 parent 01efa3a commit 0f88f50
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,15 @@ if Mix.env() in [:dev, :test] do
port: 8108,
scheme: "http"

config :oapi_generator,
default: [
output: [
base_module: ExTypesense,
location: "openapi/generator/ExTypesense"
]
import Config

config :oapi_generator,
default: [
output: [
base_module: OpenApiTypesense,
location: "lib/open_api_typesense"
operation_subdirectory: "operations/",
schema_subdirectory: "schemas/"
]
]
end

0 comments on commit 0f88f50

Please sign in to comment.