-
Notifications
You must be signed in to change notification settings - Fork 164
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
feat(codegen): don't generate lazy_deployment_completed
by default
#1717
feat(codegen): don't generate lazy_deployment_completed
by default
#1717
Conversation
lazy_deployment_completed
not generated by defaultlazy_deployment_completed
by default
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please adjust:
• src/schema/configSchema.json
• book/config.mdx
page
In the same way you did for: #1375 (comment)
Thank you 😅 Fixed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the usual way we pass those options is via the compiler context: we might want to refactor that in the future, but let's keep it uniform for now, you can check how it can be done here: #1660
Done |
Issue
Closes #1260.
Checklist