Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When configuring groupBy: 'tag', the index.ts output is export as alias #174

Closed
weicong opened this issue Apr 6, 2023 · 0 comments · Fixed by #187
Closed

When configuring groupBy: 'tag', the index.ts output is export as alias #174

weicong opened this issue Apr 6, 2023 · 0 comments · Fixed by #187
Labels
enhancement New feature or request

Comments

@weicong
Copy link

weicong commented Apr 6, 2023

./src/gen/clients/index.ts,
./src/gen/hooks/index.ts,
./src/gen/models/index.ts,
./src/gen/**/index.ts

output like this

export * as tagController from "./tagController";
@weicong weicong changed the title Add a option to control whether to generate index.ts files When configuring groupBy: 'tag', the index.ts output is export as alias Apr 6, 2023
@stijnvanhulle stijnvanhulle added the enhancement New feature or request label Apr 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants