chore: Fix drift after code generation#1278
Conversation
Current Aviator status
This PR was merged using Aviator.
See the real-time status of this PR on the
Aviator webapp.
Use the Aviator Chrome Extension
to see the status of your PR within GitHub.
|
|
Would it be possible to not make Docker mandatory for local development? I promise not to commit anything that didn't go through the standard process, but it'd be good to not enforce such a heavy dependency .. |
|
One option would be to change the core to include the generated files. I see that this only shifts this problem, but then it becomes Somebody Else's. Docker is my way of dealing with it. How can we implement it in a way that the default would be to run with Docker, but that the targets that require Docker can be omitted if needed? |
|
In this setup, if the Perhaps an environment variable could control if |
|
I'd prefer Or, my preferred way, not run |
No description provided.