-
Notifications
You must be signed in to change notification settings - Fork 78
Models are not exported to top-level index for model only case #3177
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
Comments
Adjust to p0 task since it has service impact. |
@kazrael2119 do you see the models being exposed in index.ts when you test for the api subpath issue in models only case? |
#3222 index.ts |
Should be fixed now #3222 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
#3152 (comment)
For model only case we could generate models correctly with proper usage tagged.
It would generate the models correctly but the top-level index is not exported. We should include them also for these cases.
The text was updated successfully, but these errors were encountered: