potiuk commented on code in PR #58080:
URL: https://github.com/apache/airflow/pull/58080#discussion_r2508076128
##########
contributing-docs/03_contributors_quick_start.rst:
##########
@@ -613,6 +613,20 @@ Using Breeze
alt="Accessing local airflow">
</div>
+ **For WSL users:**
+
+ When running the React TypeScript UI with `breeze start-airflow
--development`, you may need to enable polling for file change detection to
make hot reloading work properly.
Review Comment:
Actually - this should be automated rather than documented. It should be
possible to detect in breeze if WSL2 environment is used and set this variable
automatically when --dev-mode is used. This way the docs will be shorter and
people would not have to worry about it.
Can you please attempt to do so instead?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]