-
Notifications
You must be signed in to change notification settings - Fork 159
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
Fix issue where misconfigured directory could cause unhelpful error message #4206
Conversation
🌿 Preview your docs: https://fern-preview-849a0c98-e19e-47e3-b158-73bc932fc3b4.docs.buildwithfern.com |
🌿 Preview your docs: https://fern-preview-01d7cb63-b616-4184-8b17-e684cefca5d3.docs.buildwithfern.com |
🌿 Preview your docs: https://fern-preview-ea20393c-6f1b-4192-bc4a-e98c09f6afd1.docs.buildwithfern.com |
🌿 Preview your docs: https://fern-preview-f336f479-ce47-4fc2-a79b-514ed493bf36.docs.buildwithfern.com |
🌿 Preview your docs: https://fern-preview-718bcbdc-bee0-44fb-8590-6acbbfbb79a5.docs.buildwithfern.com |
🌿 Preview your docs: https://fern-preview-8b8a351f-058c-40b8-b76d-104325f4a9b8.docs.buildwithfern.com |
If the fern directory does not have a generators.ts but is configured as an openapi directory, we now display an error that says so.
Also, if there is no api.yml, skip the api generation steps