-
-
Notifications
You must be signed in to change notification settings - Fork 529
Closed
Copy link
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Milestone
Description
The config for namingConvention does not affect file names when using tags or tags-split mode.
export default {
appClient: {
input: "../server/openapi.yaml",
output: {
target: "./src/client/api",
schemas: "./src/client/types",
mode: "tags-split",
namingConvention: "camelCase",
}
}
}
This generates the following file names:
./src/client/api/blocks-api.ts instead of ./src/client/api/blocksApi.ts
./src/client/api/documents-api.ts instead of ./src/client/api/documentsApi.ts
Is there another config that I should be using?
Akuukis
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed