-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Matthew Holloway
authored and
Matthew Holloway
committed
Oct 11, 2024
1 parent
9a92645
commit 08ad95e
Showing
5 changed files
with
1,242 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,3 +23,5 @@ logs | |
.env | ||
.env.* | ||
!.env.example | ||
|
||
generated |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"$schema": "./node_modules/@openapitools/openapi-generator-cli/config.schema.json", | ||
"spaces": 2, | ||
"generator-cli": { | ||
"version": "7.9.0", | ||
"generators": { | ||
"rfced-www": { | ||
"generatorName": "typescript-fetch", | ||
"inputSpec": "#{cwd}/rfced_www_api.yaml", | ||
"output": "#{cwd}/generated/rfced_www_client", | ||
"additionalProperties": { | ||
"packageName": "rfced_www_client", | ||
"disallowAdditionalPropertiesIfNotPresent": false | ||
} | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.